mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
feat
- fix tmux config - add window swallowing script - make scripts an overlay - setup disc burning
This commit is contained in:
7
packages/scripts/swallow.sh
Executable file
7
packages/scripts/swallow.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# https://github.com/salman-abedin/devour/blob/master/devour.sh
|
||||
|
||||
id=$(xdo id)
|
||||
xdo hide
|
||||
$("$@") > /dev/null 2>&1
|
||||
xdo show "$id"
|
||||
Reference in New Issue
Block a user