Update keyboard bindings, window rules, and add Alacritty config\n\n- Change menu binding from P to SPACE in keyboard.conf\n- Update focus movement shortcuts to use single letter commands (l, r, d, u)\n- Modify window rule for system update script to use class 'system'\n- Update waybar click action to use --class 'system' for proper window identification\n- Add new Alacritty terminal configuration with Dracula theme

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2025-12-14 14:14:35 +08:00
parent 40f3d0e845
commit c5ce7756fe
5 changed files with 96 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
// "justify":
"min-length": 2,
"max-length": 2,
"on-click": "alacritty -e ~/.config/waybar/scripts/system-update.sh",
"on-click": "alacritty --class 'system' -e ~/.config/waybar/scripts/system-update.sh",
// "on-click-middle":
"on-click-right": "pkill -RTMIN+1 waybar"
// "on-update":