1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00
Files
niveum/packages/scripts/swallow.sh
Kierán Meinhardt 871370e7a8 feat
- fix tmux config
- add window swallowing script
- make scripts an overlay
- setup disc burning
2020-06-22 08:44:09 +02:00

8 lines
137 B
Bash
Executable File

#!/bin/sh
# https://github.com/salman-abedin/devour/blob/master/devour.sh
id=$(xdo id)
xdo hide
$("$@") > /dev/null 2>&1
xdo show "$id"