mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
fix: hyprland, swaylock
This commit is contained in:
parent
c7d6392849
commit
1898280c01
6 changed files with 25 additions and 21 deletions
|
|
@ -5,4 +5,5 @@ if command -v yazi > /dev/null 2>&1; then
|
|||
ya pkg add yazi-rs/plugins:git
|
||||
ya pkg add Rolv-Apneseth/starship
|
||||
fi
|
||||
exit 0
|
||||
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
image=~/Pictures/Wallpaper/lock.png
|
||||
image=~/System/Customization/Wallpaper/lock.png
|
||||
# screenshots
|
||||
ignore-empty-password
|
||||
show-failed-attempts
|
||||
|
|
@ -35,19 +35,19 @@ text-clear-color=f5e0dc
|
|||
text-caps-lock-color=fab387
|
||||
text-ver-color=89b4fa
|
||||
text-wrong-color=eba0ac
|
||||
#
|
||||
# indicator-radius 100
|
||||
# indicator-thickness 7
|
||||
|
||||
# fade-in 0.2
|
||||
# grace 2
|
||||
#
|
||||
# effect-blur 7x5
|
||||
indicator-radius 100
|
||||
indicator-thickness 7
|
||||
|
||||
fade-in 0.2
|
||||
grace 2
|
||||
|
||||
# effect-blur 10x10
|
||||
# effect-vignette 0.5:0.5
|
||||
# ring-color bb00cc
|
||||
# key-hl-color 880033
|
||||
# line-color 00000000
|
||||
# inside-color 00000088
|
||||
# # separator-color 00000000
|
||||
# # --grace 2 \
|
||||
# separator-color 00000000
|
||||
# --grace 2 \
|
||||
# --fade-in 0.2
|
||||
Loading…
Add table
Add a link
Reference in a new issue