This commit is contained in:
nub31
2025-05-10 19:43:13 +02:00
parent db5ecb0f27
commit 20253164cb
4 changed files with 32 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ $menu = rofi -show drun -config ~/.config/rofi/config.rasi
$browser = brave
$code = code
$lock = hyprlock
$colorPicker = hyprpicker -a -f hex -r -n -q
$mainMod = SUPER
@@ -15,6 +16,7 @@ bind = $mainMod, R, exec, $menu
bind = $mainMod, B, exec, $browser
bind = $mainMod, L, exec, $lock
bind = $mainMod, C, exec, $code
bind = $mainMod SHIFT, C, exec, $colorPicker
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod SHIFT, E, exit