Reorganize files, use less extra options on Sway, move session commands to home-manager
This commit is contained in:
parent
5cdd7b1de8
commit
ee3b40f61f
25 changed files with 64 additions and 107 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
wayland.windowManager.sway.config = {
|
||||
bars = [{ command = "waybar"; }];
|
||||
|
@ -10,7 +10,11 @@
|
|||
{ command = "foot -a sound -T Sound pulsemixer"; }
|
||||
|
||||
# Daemons and tray
|
||||
{ command = "sway-audio-idle-inhibit"; }
|
||||
{
|
||||
command = "kanshictl reload";
|
||||
always = true;
|
||||
}
|
||||
{ command = "wayland-pipewire-idle-inhibit"; }
|
||||
|
||||
# Foreground
|
||||
{ command = "thunderbird"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue