diff --git a/home/home.nix b/home/home.nix index a209198..5a29d13 100644 --- a/home/home.nix +++ b/home/home.nix @@ -86,6 +86,8 @@ in hwdec = "auto"; vo = "gpu-next"; ao = "pipewire"; + osd-bar = "no"; + border = "no"; script-opts-set = "ytdl_hook-ytdl_path=yt-dlp,sponsorblock-local_database=no,sponsorblock-skip_categories=[sponsor,intro,selfpromo]"; ytdl-format = "bestvideo[height<=?1080]+bestaudio/best"; }; @@ -257,9 +259,11 @@ in ${pkgs.coreutils}/bin/shred "$TMP_FILE" ${pkgs.coreutils}/bin/rm "$TMP_FILE" ''; + /* refresh_i3status = pkgs.writeShellScriptBin "refresh_i3status" '' ${pkgs.coreutils}/bin/sleep 1 && ${pkgs.procps}/bin/pkill -USR1 i3status-rs ''; + */ in { enable = true; @@ -272,10 +276,12 @@ in event = "lock"; command = "${locker}/bin/swaylock_fancy"; } + /* { event = "after-resume"; command = "${refresh_i3status}/bin/refresh_i3status"; } + */ ]; timeouts = [ { @@ -302,17 +308,17 @@ in profile.outputs = [ { criteria = "eDP-1"; - position = "3840,0"; + position = "0,0"; } { criteria = "Philips Consumer Electronics Company PHL 272S1 UHB2347026536"; mode = "1920x1080@74.973Hz"; - position = "5760,0"; + position = "1920,0"; } { criteria = "Philips Consumer Electronics Company PHL 272S1 UHB2347026535"; mode = "1920x1080@74.973Hz"; - position = "7680,0"; + position = "3840,0"; } ]; }