hypr: remove UWSM
again...
This commit is contained in:
parent
712242299f
commit
b78448c978
5 changed files with 18 additions and 19 deletions
|
|
@ -5,18 +5,18 @@
|
|||
$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, Q, exec, ghostty
|
||||
bind = $mainMod, B, exec, firefox
|
||||
bind = $mainMod, D, exec, vicinae toggle
|
||||
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
|
||||
bind = $mainMod control, S, exec, uwsm app -- hyprshot -z --clipboard-only -m active
|
||||
bind = $mainMod, V, exec, uwsm app -- sh ~/.config/hypr/hyprlock.sh
|
||||
bind = $mainMod shift, D, exec, 1password --quick-access
|
||||
bind = $mainMod, S, exec, hyprshot -z --clipboard-only -m region
|
||||
bind = $mainMod shift, S, exec, hyprshot -z --clipboard-only -m window
|
||||
bind = $mainMod control, S, exec, hyprshot -z --clipboard-only -m active
|
||||
bind = $mainMod, V, exec, sh ~/.config/hypr/hyprlock.sh
|
||||
|
||||
bind = $mainMod, SPACE, togglefloating,
|
||||
bind = $mainMod, W, killactive,
|
||||
bind = $mainMod, M, exec, uwsm stop
|
||||
bind = $mainMod, M, dispatch, exit
|
||||
|
||||
#bind = $mainMod, P, pseudo, # dwindle # have no clue what this does
|
||||
bind = $mainMod, F, fullscreen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue