.
This commit is contained in:
8
config/bspwm/external-rules
Executable file
8
config/bspwm/external-rules
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
NEXT_WINDOW_RULES_PATH="/tmp/bspwm-next-window-rules"
|
||||
|
||||
[ -f "$NEXT_WINDOW_RULES_PATH" ] && {
|
||||
cat "$NEXT_WINDOW_RULES_PATH"
|
||||
rm "$NEXT_WINDOW_RULES_PATH"
|
||||
}
|
||||
Reference in New Issue
Block a user