diff options
author | Thanos Apollo <[email protected]> | 2023-04-13 10:44:21 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-13 10:44:21 +0300 |
commit | bd3cee10c4b2717e2c5d9d07b38166384ad104b0 (patch) | |
tree | 2d32afd8ded51b7157c1393f91773cd763fca450 /.config/hypr | |
parent | 1b061efdbb3fca2bd02a634cfce89673965e7fa9 (diff) |
hypr: fix typo
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index df8f874..4686529 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -99,8 +99,7 @@ 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-% |