feat(hyprland): Remove deprecated option, add fullscreen keybind
This commit is contained in:
parent
c1fddab9a0
commit
f3248471bf
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,6 @@ misc {
|
|||
vrr = 1 # 2 is fullscreen only
|
||||
disable_autoreload = true
|
||||
focus_on_activate = false
|
||||
hide_cursor_on_key_press = false
|
||||
mouse_move_focuses_monitor = false
|
||||
}
|
||||
|
||||
|
@ -117,6 +116,8 @@ bind = $mainMod SHIFT, s, exec, IMG=~/Pictures/$(date +%Y-%m-%d_%H-%m-%s).png &&
|
|||
|
||||
bind = $mainMod SHIFT, SPACE, togglefloating,
|
||||
|
||||
bind = $mainMod, F, fullscreen,
|
||||
|
||||
bind = $mainMod SHIFT, Q, killactive,
|
||||
bind = $mainMod SHIFT, E, exec, wlogout
|
||||
bind = $mainMod SHIFT, C, exec, hyprctl reload
|
||||
|
|
Loading…
Add table
Reference in a new issue