mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
hyprland: remove pyprland binds
This commit is contained in:
parent
a8624217cc
commit
0b99df31dc
|
@ -226,10 +226,6 @@ bind = $mainMod SHIFT, 2, exec, hyprnome --move
|
|||
# bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
# bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
bind = $mainMod, mouse_up, workspace, e-1
|
||||
|
@ -238,8 +234,6 @@ bind = $mainMod, mouse_up, workspace, e-1
|
|||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
bind = $mainMod, TAB, exec, pypr expose
|
||||
|
||||
# Adjust display brightness.
|
||||
bind = , xf86monbrightnessup, exec, brightnessctl set 5%+
|
||||
bind = , xf86monbrightnessdown, exec, brightnessctl set 5%-
|
||||
|
|
Loading…
Reference in a new issue