From e503567eda9fb13cc7e2782d300fa446773d5c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 14 May 2023 15:28:27 +0200 Subject: [PATCH] feat(desktop): add illum for backlight control --- modules/profiles/desktop.nix | 1 + modules/programs/hyprland/config.nix | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index ac348a0..4010852 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -63,6 +63,7 @@ with lib; { }; }; services = { + illum.enable = true; gnome.gnome-keyring.enable = true; pipewire = { enable = true; diff --git a/modules/programs/hyprland/config.nix b/modules/programs/hyprland/config.nix index 5feef36..eaa5a2e 100644 --- a/modules/programs/hyprland/config.nix +++ b/modules/programs/hyprland/config.nix @@ -171,8 +171,6 @@ in bind = , XF86AudioNext , exec , playerctl -p "spotifyd,firefox" next bind = , XF86AudioPlay , exec , playerctl -p "spotifyd,firefox" play-pause bind = , XF86AudioPrev , exec , playerctl -p "spotifyd,firefox" previous - binde = , XF86MonBrightnessDown , exec , brightnessctl s 10%- - binde = , XF86MonBrightnessUp , exec , brightnessctl s 10%+ # Move focus with mainMod + hjkl binde = $mainMod, H, movefocus, l