From c72232c4a0efb516e918231c5cb7fbfe4a80ed1d Mon Sep 17 00:00:00 2001 From: sora Date: Sat, 6 Jan 2024 15:52:33 +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 22d3a47..064e2d1 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, brillo -A 5 - bind = , XF86MonBrightnessDown, exec, brillo -U 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