From 9593752e0cde2a3defff8299aea519d4f1ea35cd Mon Sep 17 00:00:00 2001 From: sora Date: Thu, 18 Jan 2024 11:12:03 +0100 Subject: [PATCH] Update modules/home/wayland/hyprland/config.nix --- modules/home/wayland/hyprland/config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/wayland/hyprland/config.nix b/modules/home/wayland/hyprland/config.nix index 064e2d1..ef8865c 100755 --- a/modules/home/wayland/hyprland/config.nix +++ b/modules/home/wayland/hyprland/config.nix @@ -202,8 +202,8 @@ bind = , XF86AudioRaiseVolume, exec, amixer -q sset 'Master' 5%+ bind = , XF86AudioLowerVolume, exec, amixer -q sset 'Master' 5%- bind = , XF86AudioMute, exec, amixer -q sset 'Master' toggle - bind = , XF86MonBrightnessUp, exec, brightnessctl s +5% - bind = , XF86MonBrightnessDown, exec, brightnessctl s -5% + bind = , XF86MonBrightnessUp, exec, brightnessctl s 5%+ + bind = , XF86MonBrightnessDown, exec, brightnessctl s 5%- exec-once = [workspace special silent] kitty --title flying_kitty exec-once = sh ~/.config/startup.sh