diff options
author | Thanos Apollo <[email protected]> | 2023-04-17 10:40:43 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-17 10:40:43 +0300 |
commit | 887115c59da3a255c54147db6a52c143e6e25076 (patch) | |
tree | 1111ac15e99c91d27255e4f48a1f1b950dd6f27e | |
parent | 9a71fd60b757693a9c5085df3b1f448ccbc2c213 (diff) |
hypr: change swaylock bind to F1
-rw-r--r-- | .config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index b2ab270..612404c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -100,7 +100,7 @@ $mainMod = SUPER # Binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = , F5, exec, "/home/$USER/dotfiles/scripts/keyboard-light-x220.sh" -bind = , F6, exec, swaylock --screenshot --clock --effect-blur 10x9 --indicator +bind = , F1, exec, swaylock --screenshot --clock --effect-blur 10x9 --indicator bind = , F8, exec, brightnessctl set +5% bind = , F7, exec, brightnessctl set 5-% bind = , XF86AudioLowerVolume, exec, amixer sset Master 5%- |