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:
11
alacritty/alacritty.toml
Normal file
11
alacritty/alacritty.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[general]
|
||||
import=[
|
||||
"~/.config/alacritty/dracula.toml"
|
||||
]
|
||||
[window]
|
||||
padding={x=5,y=5}
|
||||
dynamic_padding=true
|
||||
opacity=0.9
|
||||
[font]
|
||||
normal={family="Jetbrains Mono Nerd Font", style="Regular"}
|
||||
size=14
|
||||
Reference in New Issue
Block a user