Systemd-ify Waybar, move aliases to individualized places, more Sway and Jovian changes
This commit is contained in:
parent
949cb85b2b
commit
d257cd9bf5
14 changed files with 212 additions and 143 deletions
|
@ -1,24 +1,17 @@
|
|||
{ ... }:
|
||||
{
|
||||
wayland.windowManager.sway.config = {
|
||||
bars = [{ command = "waybar"; }];
|
||||
wayland.windowManager.sway.config.startup = [
|
||||
# Scratchpads
|
||||
{ command = "foot -a btop -T Gotop btop"; }
|
||||
{ command = "foot -a music -T Music ncmpcpp"; }
|
||||
{ command = "foot -a sound -T Sound pulsemixer"; }
|
||||
|
||||
startup = [
|
||||
# Scratchpads
|
||||
{ command = "foot -a btop -T Gotop btop"; }
|
||||
{ command = "foot -a music -T Music ncmpcpp"; }
|
||||
{ command = "foot -a sound -T Sound pulsemixer"; }
|
||||
# Daemons and tray
|
||||
{ command = "kanshictl reload"; always = true; }
|
||||
{ command = "wayland-pipewire-idle-inhibit"; }
|
||||
|
||||
# Daemons and tray
|
||||
{
|
||||
command = "kanshictl reload";
|
||||
always = true;
|
||||
}
|
||||
{ command = "wayland-pipewire-idle-inhibit"; }
|
||||
|
||||
# Foreground
|
||||
{ command = "thunderbird"; }
|
||||
{ command = "vesktop"; }
|
||||
];
|
||||
};
|
||||
# Foreground
|
||||
{ command = "thunderbird"; }
|
||||
{ command = "vesktop"; }
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue