Add dex to bspwm for statup programs
This commit is contained in:
parent
1b3c5b0062
commit
606670dcb3
|
@ -3,10 +3,7 @@
|
|||
./xfce.nix
|
||||
./sxhkd.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
nitrogen
|
||||
polybar
|
||||
];
|
||||
home.packages = with pkgs; [dex];
|
||||
xsession.windowManager.bspwm = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -46,6 +43,7 @@
|
|||
echo "---" | tee -a /tmp/polybar.log
|
||||
polybar 2>&1 | tee -a /tmp/polybar.log & disown
|
||||
echo "Bars launched..."
|
||||
dex -a
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue