From 13406ac5a57d6957792c28b3de899e4613a05b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 23 Jun 2025 11:27:06 +0200 Subject: [PATCH] 643 current 1970-01-01 01:00:00 25.05.20250525.7c43f08 6.12.30 * --- modules/home/sway/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index f75b130..449b0ea 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -163,8 +163,8 @@ in { "${modifier}+Shift+Print" = ''exec ${pkgs.wf-recorder}/bin/wf-recorder -g "$(${pkgs.slurp}/bin/slurp)" -f "$HOME/Videos/screencapture_$(${pkgs.coreutils}/bin/date +%F-%T).mp4"''; # brightness - "XF86MonBrightnessDown" = "exec ${pkgs.light}/bin/light -U 5"; - "XF86MonBrightnessUp" = "exec ${pkgs.light}/bin/light -A 5"; + "XF86MonBrightnessDown" = "exec ${pkgs.light}/bin/light -T 0.9"; + "XF86MonBrightnessUp" = "exec ${pkgs.light}/bin/light -T 1.1"; # volume "XF86AudioRaiseVolume" = "exec '${pkgs.pulseaudio}/bin/pactl set-sink-volume @DEFAULT_SINK@ +1%'"; "XF86AudioLowerVolume" = "exec '${pkgs.pulseaudio}/bin/pactl set-sink-volume @DEFAULT_SINK@ -1%'";