mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
- fix tmux config - add window swallowing script - make scripts an overlay - setup disc burning
8 lines
137 B
Bash
Executable File
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"
|