From b2afc93c12fe23843784c9f9fa8fcce271491714 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 26 Aug 2023 15:59:03 -0500 Subject: [PATCH] Improved sct (wlsunset) wrapper --- user/wm/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 95e771ae..d5e2c3e5 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -215,7 +215,7 @@ killall wlsunset temphigh=$(( $1 + 1 )) templow=$1 - wlsunset -t $templow -T $temphigh & + wlsunset -t $templow -T $temphigh &> /dev/null & '') (pkgs.writeScriptBin "hyprworkspace" '' #!/bin/sh