mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-23 03:50:47 +01:00
Update hyprland.nix Added ALT-TAB to cycle windows when tiled and bring to front a focused window when floating
This commit is contained in:
parent
d3b687b521
commit
7ed0fcf9e3
@ -184,6 +184,8 @@ in with lib; {
|
||||
bind = ${modifier},mouse_up,workspace, e-1
|
||||
bindm = ${modifier},mouse:272,movewindow
|
||||
bindm = ${modifier},mouse:273,resizewindow
|
||||
bind = ALT,Tab,cyclenext
|
||||
bind = ALT,Tab,bringactivetotop
|
||||
bind = ,XF86AudioRaiseVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bind = ,XF86AudioLowerVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bind = ,XF86MonBrightnessDown,exec,brightnessctl set 5%-
|
||||
|
Loading…
Reference in New Issue
Block a user