summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-10-13 14:24:21 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-10-13 14:24:21 -0400
commit849aa8507b47a216479a7c0da4bf83bf6cf6e5c1 (patch)
tree18fe02425e8295eec6fdaa97f503d9fd056713be /.xinitrc
parente24d1a99df9f3ca553e482e504d5a786f15c2683 (diff)
Debloat hostname flags
Diffstat (limited to '.xinitrc')
-rw-r--r--[l---------].xinitrc18
1 files changed, 17 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index 0524c77..b685cb4 120000..100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1 +1,17 @@
-.xinitrc##hostname.intern \ No newline at end of file
+$HOME/.dropbox-dist/dropboxd &
+$HOME/.screenlayout/office.sh &
+makewall &
+sxhkd &
+dunst &
+unclutter &
+picom -b &
+echo us > $HOME/.cache/layout
+xrdb -load $HOME/.Xresources
+flashfocus -n 30 -t 150 -l never -o 0.75 -v ERROR &
+dwmblocks &
+remaps &
+while true; do
+ dwm >/dev/null
+done
+# exec icewm
+# vim:filetype=sh