summaryrefslogtreecommitdiff
path: root/.xinitrc##hostname.intern
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-09-14 18:35:43 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-09-14 18:35:43 -0400
commit4bbb06a49fc3999bfd9ac17a5f3093963c9e595e (patch)
tree7e0cc00581c2bbf0a324137a9b6e457b6caf6cff /.xinitrc##hostname.intern
parent2ea9a4398349965ca3380491294081f6d76ab973 (diff)
Intern workstation update
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