summaryrefslogtreecommitdiff
path: root/.xinitrc##hostname.intern
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc##hostname.intern')
-rw-r--r--.xinitrc##hostname.intern16
1 files changed, 16 insertions, 0 deletions
diff --git a/.xinitrc##hostname.intern b/.xinitrc##hostname.intern
new file mode 100644
index 0000000..b2b3cfc
--- /dev/null
+++ b/.xinitrc##hostname.intern
@@ -0,0 +1,16 @@
+xwallpaper --zoom ~/.cache/wall.png &
+sxhkd &
+remaps &
+dunst &
+unclutter &
+picom -b &
+echo us > $HOME/.cache/layout
+xrdb -load $HOME/.Xresources
+flashfocus -n 30 -o 0.75 -v ERROR &
+dwmblocks &
+newsup &
+while true; do
+ dwm >/dev/null
+done
+# exec icewm
+# vim:filetype=sh