Sway: Difference between revisions

imported>Rasmus-kirk
Changed systemd sway configuration since the old was broken
imported>Rasmus-kirk
fixed small sway/systemd error
Line 191: Line 191:
       "xdg/waybar/style.css".source = ./dotfiles/waybar/style.css;
       "xdg/waybar/style.css".source = ./dotfiles/waybar/style.css;
     };
     };
  };
  systemd.user.targets.sway-session = {
    description = "Sway compositor session";
    documentation = [ "man:systemd.special(7)" ];
    bindsTo = [ "graphical-session.target" ];
    wants = [ "graphical-session-pre.target" ];
    after = [ "graphical-session-pre.target" ];
   };
   };