diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-22 18:18:32 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-22 18:18:32 +0100 |
commit | db653634b7ab2efb3f927a35d5066af158e3a2a6 (patch) | |
tree | fa9d01157f78276e0136c74b5c3b8147b3209117 /.local/share | |
parent | 8e29239737c41e5260007a0925c7f448e1466787 (diff) |
add super+alt+p for panic
Diffstat (limited to '.local/share')
-rwxr-xr-x | .local/share/bin/panic | 5 |
1 files changed, 5 insertions, 0 deletions
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 |