aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--packages.nix4
-rwxr-xr-xpackages/dwm/autostart.sh8
2 files changed, 6 insertions, 6 deletions
diff --git a/packages.nix b/packages.nix
index 7e344da..7ccceca 100644
--- a/packages.nix
+++ b/packages.nix
@@ -5,8 +5,8 @@ let
customPackages = with localPkgs; [
sensible-apps
shotkey
- dwm
- dwmblocks
+ # dwm
+ # dwmblocks
st
dmenu
anypinentry
diff --git a/packages/dwm/autostart.sh b/packages/dwm/autostart.sh
index 83bfb89..ac24586 100755
--- a/packages/dwm/autostart.sh
+++ b/packages/dwm/autostart.sh
@@ -35,14 +35,14 @@ run() {
##### Autostart {{{
echo "[Autostart]: Running daemons";
- # Wallpaper
- run "" ~/.fehbg;
-
# Key daemon
run "shotkey" shotkey;
+ # Wallpaper
+ run "" ~/.fehbg;
+
# Dwm blocks status text
- run "dwmblocks" dwmblocks;
+ # run "dwmblocks" dwmblocks;
# Notification daemon
run "dunst" dunst -config ~/.config/dunst/dunstrc;