diff options
author | Thanos Apollo <[email protected]> | 2023-03-26 15:44:13 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-26 15:44:13 +0300 |
commit | f05d513734dcca867ce3792146fdba528e44e903 (patch) | |
tree | 6ce3d123deb135e922a9292b5d26e8614cff43bf /.config/hypr | |
parent | fb29aa63c9b65e0e26d8cf466d8e151a3bc12dbc (diff) |
hyprland: comment out pseudo, use passmenu instead
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 3adc271..3e33bfb 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -110,9 +110,10 @@ bind = $mainMod, W, exec, kitty bind = $mainMod, Q, killactive, bind = $mainMod SHIFT, Q, exit, bind = $mainMod, Tab, exec, rofi -show drun +bind = $mainMod, P, exec, passmenu bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, wofi --show drun -bind = $mainMod, P, pseudo, # dwindle +#bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod SHIFT, F, fullscreen |