hypr: replace walker with fuzzel
This commit is contained in:
parent
6269ee3943
commit
104d2ce32d
6 changed files with 50 additions and 4 deletions
|
|
@ -17,7 +17,6 @@ exec-once = uwsm app -- swww-daemon
|
|||
exec-once = uwsm app -- waybar
|
||||
exec-once = uwsm app -- swaync
|
||||
exec-once = hyprshade auto
|
||||
exec-once = walker -A
|
||||
|
||||
exec-once = uwsm app -- opensnitch-ui
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
|
|
@ -146,7 +145,7 @@ input {
|
|||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gesture = 3, horizontal, workspace
|
||||
gesture = 4, pinch, dispatcher, exec, walker
|
||||
gesture = 4, pinch, dispatcher, exec, fuzzel
|
||||
gesture = 4, left, dispatcher, exec, swaync-client -op
|
||||
gesture = 4, right, dispatcher, exec, swaync-client -cp
|
||||
|
||||
|
|
@ -168,7 +167,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
|||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, uwsm app -- ghostty
|
||||
bind = $mainMod, B, exec, uwsm app -- firefox
|
||||
bind = $mainMod, D, exec, walker
|
||||
bind = $mainMod, D, exec, fuzzel
|
||||
bind = $mainMod shift, D, exec, uwsm app -- 1password --quick-access
|
||||
bind = $mainMod, S, exec, uwsm app -- hyprshot -z --clipboard-only -m region
|
||||
bind = $mainMod shift, S, exec, uwsm app -- hyprshot -z --clipboard-only -m window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue