diff options
author | Thanos Apollo <[email protected]> | 2023-04-13 10:55:35 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-13 10:55:35 +0300 |
commit | 26580b15c53067630bcca9464b075a9a5c3f62ad (patch) | |
tree | a32f16b013933402536e2c27e5ce0a678bad0013 /.config/hypr | |
parent | bd3cee10c4b2717e2c5d9d07b38166384ad104b0 (diff) |
hypr: Change swaylock blur to 10x9
Diffstat (limited to '.config/hypr')
-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 4686529..b2ab270 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 7x7 --indicator +bind = , F6, 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%- |