oren use nwe sway

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-15 00:06:51 -05:00
parent 221b1f0379
commit ccd3654231
4 changed files with 31 additions and 43 deletions

View file

@ -157,7 +157,7 @@ in
bars = [ ]; # Use Waybar via Home Manager
startup = [
{
command = "swaymsg workspace number 7 ; swaymsg workspace number 1";
command = "exec sh -c 'sleep 0.01; swaymsg workspace number 7 ; sleep 0.01; swaymsg workspace number 1'";
}
{ command = "pgrep waybar >/dev/null || waybar"; }
];