This commit is contained in:
2025-11-09 00:19:54 -07:00
parent 315a0b3869
commit 2173267246
32 changed files with 1529 additions and 764 deletions

8
config/bspwm/external-rules Executable file
View 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"
}