diff options
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/bindings.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/hypr/bindings.conf b/.config/hypr/bindings.conf index ce027dc..91fb7ec 100644 --- a/.config/hypr/bindings.conf +++ b/.config/hypr/bindings.conf @@ -7,7 +7,7 @@ # See https://wiki.hypr.land/Configuring/Binds/ bindd = SUPER SHIFT, T, Terminal, exec, uwsm-app -- alacritty -bindd = SUPER SHIFT, F, File Manager, exec, uwsm-app -- nautilus --new-window -bindd = SUPER SHIFT, B, Web Browser, exec, uwsm-app -- firefox +bindd = SUPER SHIFT, F, File Manager, exec, uwsm-app -- xdg-open "." +bindd = SUPER SHIFT, B, Default Web Browser, exec, uwsm-app -- xdg-open "about:blank" +bindd = SUPER SHIFT CONTROL, B, Default Web Browser Private Window, exec, uwsm-app -- firefox --private-window bindd = SUPER SHIFT, P, Planner, exec, uwsm-app -- planify -bindd = SUPER SHIFT CONTROL, B, Web Browser, exec, uwsm-app -- firefox --private-window |
