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