diff options
author | Thanos Apollo <[email protected]> | 2023-04-13 08:28:26 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-13 08:28:26 +0300 |
commit | 1e6e6b8d7d1eb66bfb979ebba6e1f3a9435c4a2b (patch) | |
tree | 4412e49fa5053a85673665dfbc7ed439b1833a40 /.config | |
parent | 9992abd41031784b8a0674cfff0bcf70955325f3 (diff) |
hypr: Add swaylock bind
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 327298d..df8f874 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -99,7 +99,9 @@ device:epic mouse V1 { $mainMod = SUPER # Binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = , F5, exec, "/home/$USER/dotfiles/scripts/keyboard-light-x220.sh" +bind = , F5, exec, +"/home/$USER/dotfiles/scripts/keyboard-light-x220.sh" +bind = , F6, exec, swaylock --screenshot --clock --effect-blur 7x7 --indicator bind = , F8, exec, brightnessctl set +5% bind = , F7, exec, brightnessctl set 5-% bind = , XF86AudioLowerVolume, exec, amixer sset Master 5%- |