diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-09-14 18:35:43 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-09-14 18:35:43 -0400 |
commit | 4bbb06a49fc3999bfd9ac17a5f3093963c9e595e (patch) | |
tree | 7e0cc00581c2bbf0a324137a9b6e457b6caf6cff /.xinitrc##hostname.intern | |
parent | 2ea9a4398349965ca3380491294081f6d76ab973 (diff) |
Intern workstation update
Diffstat (limited to '.xinitrc##hostname.intern')
-rw-r--r-- | .xinitrc##hostname.intern | 16 |
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 |