February update
This commit is contained in:
8
local/bin/swallow
Executable file
8
local/bin/swallow
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
CMD="$1"
|
||||
shift 1
|
||||
WINDOW=$(xdotool getwindowfocus)
|
||||
xdotool windowunmap "$WINDOW"
|
||||
$CMD "$@" > /dev/null 2>&1
|
||||
xdotool windowmap "$WINDOW"
|
Reference in New Issue
Block a user