diff options
author | awy <awy@tutamail.com> | 2024-08-28 03:32:32 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-28 03:32:32 +0300 |
commit | e1eff5a821ef9482f7b568e16ba250bca63b78a7 (patch) | |
tree | 1396bc54890cf901f04033e06e9877ca41acaaaa /.config/hypr | |
parent | 44978cb135d920abec7a6123ad73b199d13d2520 (diff) |
bookmarks
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 |