mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix: hyprland, swaylock
This commit is contained in:
parent
c7d6392849
commit
1898280c01
6 changed files with 25 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue