diff options
-rw-r--r-- | .config/xbindkeys/main##template | 2 | ||||
-rwxr-xr-x | .local/share/bin/panic | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.config/xbindkeys/main##template b/.config/xbindkeys/main##template index 85136c1..abb427c 100644 --- a/.config/xbindkeys/main##template +++ b/.config/xbindkeys/main##template @@ -10,6 +10,8 @@ Mod4 + Return "st -T '[floating]'" Mod4 + Mod1 + Return +"panic" + Mod4 + Mod1 + p "bwmenu" Mod4 + p "maim -usb 4 -c 0,0,0 | xclip -selection clipboard -t image/png" diff --git a/.local/share/bin/panic b/.local/share/bin/panic new file mode 100755 index 0000000..e2451a6 --- /dev/null +++ b/.local/share/bin/panic @@ -0,0 +1,5 @@ +#!/bin/sh +i3-msg focus output primary > /dev/null +i3-msg workspace 'panic1' > /dev/null +i3-msg focus output right > /dev/null +i3-msg workspace 'panic2' > /dev/null |