- zoom with super + alt + scroll wheel
- zerene stacking is tiled by default and not floating
This commit is contained in:
@@ -179,6 +179,11 @@ bindl = , switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, preferred,
|
||||
# # trigger when the switch is turning on
|
||||
bindl = , switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable"
|
||||
|
||||
# Desktop zooming or magnifier
|
||||
bindd = $mainMod ALT, mouse_down, zoom in, exec, hyprctl keyword cursor:zoom_factor "$(hyprctl getoption cursor:zoom_factor | awk 'NR==1 {factor = $2; if (factor < 1) {factor = 1}; print factor * 2.0}')"
|
||||
bindd = $mainMod ALT, mouse_up, zoom out, exec, hyprctl keyword cursor:zoom_factor "$(hyprctl getoption cursor:zoom_factor | awk 'NR==1 {factor = $2; if (factor < 1) {factor = 1}; print factor / 2.0}')"
|
||||
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
@@ -268,6 +273,10 @@ windowrule=float,class:blueman-manager
|
||||
#windowrule=workspace 1 ,class:firefox
|
||||
|
||||
windowrule = stayfocused,class:(steam),title:(^$)
|
||||
windowrule = stayfocused,class:(zoom)
|
||||
|
||||
windowrule = stayfocused, title:^(menu window)$, class:^(zoom)$
|
||||
windowrule = stayfocused, title:^(confirm window)$, class:^(zoom)$
|
||||
|
||||
windowrulev2 = tile, class:^(com-zerenesystems-stacker-gui-MainFrame)$
|
||||
|
||||
windowrule=tile,title:A Ren'Py Game
|
||||
|
||||
Reference in New Issue
Block a user