fix: hyprland, swaylock

This commit is contained in:
js0ny 2025-10-02 01:59:00 +01:00
parent c7d6392849
commit 1898280c01
6 changed files with 25 additions and 21 deletions

View file

@ -236,10 +236,11 @@ input {
}
# https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures {
workspace_swipe = true
workspace_swipe_fingers = 4
}
# gestures {
# workspace_swipe = true
# workspace_swipe_fingers = 4
# }
gesture = 4, horizontal, workspace
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more

View file

@ -13,6 +13,8 @@ bind = $mainMod CTRL, h, resizeactive, -10 0
bind = $mainMod CTRL, e, resizeactive, 0 -10
bind = $mainMod CTRL, n, resizeactive, 0 10
bind = $mainMod SHIFT, l, exec, LC_ALL="en_GB.UTF-8" swaylock
submap = resize
binde = , right, resizeactive, 10 0

View file

@ -13,6 +13,8 @@ bind = $mainMod CTRL, h, resizeactive, -10 0
bind = $mainMod CTRL, k, resizeactive, 0 -10
bind = $mainMod CTRL, j, resizeactive, 0 10
bind = $mainMod SHIFT, i, exec, LC_ALL="en_GB.UTF-8" swaylock
submap = resize
binde = , right, resizeactive, 10 0

View file

@ -34,8 +34,6 @@ bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
bind = $mainMod SHIFT, l, exec, LC_ALL="en_GB.UTF-8" swaylock
bind = $mainMod, c, exec, grimblast copysave area $HOME/Pictures/Screenshots/"$(date +%Y%m%d-%H%M%S)"
bind = $mainMod SHIFT, c, exec, notify-send "Color: $(hyprpicker)"