Add Swayidle and add more monitors to config
This commit is contained in:
parent
74b2840bf7
commit
b532ebb5ae
7 changed files with 68 additions and 3 deletions
|
@ -9,6 +9,9 @@
|
|||
{ command = "foot -a music -T Music ncmpcpp"; }
|
||||
{ command = "foot -a sound -T Sound pulsemixer"; }
|
||||
|
||||
# Daemons and tray
|
||||
{ command = "sway-audio-idle-inhibit"; }
|
||||
|
||||
# Foreground
|
||||
{ command = "thunderbird"; }
|
||||
{ command = "vesktop"; }
|
||||
|
|
|
@ -40,6 +40,11 @@
|
|||
(assign "${config.displays.tower1}" workspaces1) ++
|
||||
(assign "${config.displays.tower2}" workspaces2) ++
|
||||
(assign "${config.displays.tower3}" workspaces3) ++
|
||||
(assign "${config.displays.tower4}" workspaces4);
|
||||
(assign "${config.displays.tower3}" workspaces4) ++
|
||||
|
||||
(assign "${config.displays.estradiol1}" workspaces1) ++
|
||||
(assign "${config.displays.estradiol1}" workspaces2) ++
|
||||
(assign "${config.displays.estradiol1}" workspaces4) ++
|
||||
(assign "${config.displays.estradiol2}" workspaces3);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue