modify hyprland config
This commit is contained in:
parent
ba6f6dfd5f
commit
3b62a2b1d3
3 changed files with 9 additions and 2 deletions
|
@ -24,7 +24,7 @@ input {
|
|||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
workspace_swipe = true
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
|
|
|
@ -111,3 +111,9 @@ bindl = , XF86AudioNext, exec, playerctl next
|
|||
bindl = , XF86AudioPause, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
# Temporäres Deaktivieren aller Keybinds via submap
|
||||
bind = SUPER, Escape, submap, clean
|
||||
submap = clean
|
||||
bind = SUPER, Escape, submap, reset
|
||||
submap = reset
|
||||
|
|
|
@ -34,7 +34,7 @@ general {
|
|||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false
|
||||
resize_on_border = true
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
|
@ -102,4 +102,5 @@ binds {
|
|||
pass_mouse_when_bound = true
|
||||
workspace_back_and_forth = true
|
||||
allow_workspace_cycles = true
|
||||
disable_keybind_grabbing = true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue