diff options
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 89a7e67..eeef602 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -4,7 +4,7 @@ monitor = DP-3, 2560x1440@240, 2560x0,1 $terminal = kitty $browser = firefox $fileManager = kitty lf -$menu = wofi --show drun +$menu = rofi -show drun exec-once = pipewire & pipewire-pulse & wireplumber exec-once = start-portal @@ -121,6 +121,7 @@ bind = $mainMod, R, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, D, exec, $menu bind = $mainMod, P, pseudo, # dwindle +bind = $mainMod, B, exec, bookmarks bind = $mainMod SHIFT, J, togglesplit, # dwindle bind = $mainMod, F, fullscreen, bind = $mainMod SHIFT, Return, swapnext |