diff --git a/emacs/emacs-custom.el b/emacs/emacs-custom.el index 45d903f..90c924d 100644 --- a/emacs/emacs-custom.el +++ b/emacs/emacs-custom.el @@ -4,7 +4,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(custom-safe-themes - '("8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" "d677ef584c6dfc0697901a44b885cc18e206f05114c8a3b7fde674fce6180879" "a8245b7cc985a0610d71f9852e9f2767ad1b852c2bdea6f4aadc12cce9c4d6d0" "8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" default)) + '("fee7287586b17efbfda432f05539b58e86e059e78006ce9237b8732fde991b4c" "8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" "d677ef584c6dfc0697901a44b885cc18e206f05114c8a3b7fde674fce6180879" "a8245b7cc985a0610d71f9852e9f2767ad1b852c2bdea6f4aadc12cce9c4d6d0" "8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" default)) '(notmuch-saved-searches '((:name "unread" :query "tag:unread" :key "u") (:name "flagged" :query "tag:flagged" :key "f") diff --git a/home-manager/desktop.nix b/home-manager/desktop.nix index 7615967..3b12ea9 100644 --- a/home-manager/desktop.nix +++ b/home-manager/desktop.nix @@ -68,8 +68,8 @@ in "${mod}+Ctrl+Up" = "move workspace to output up"; "${mod}+Ctrl+Down" = "move workspace to output down"; - "XF86MonBrightnessUp" = exec light "light -A 5"; - "XF86MonBrightnessDown" = exec light "light -U 5"; + "XF86MonBrightnessUp" = exec light "light -T 1.1"; + "XF86MonBrightnessDown" = exec light "light -T 0.9"; "ctrl+XF86MonBrightnessUp" = exec light "light -A 1"; "ctrl+XF86MonBrightnessDown" = exec light "light -U 1"; "XF86AudioLowerVolume" = exec alsaUtils "amixer set Master 1%-";