diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-05-12 03:27:14 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-05-12 03:27:14 -0400 |
commit | e53ab0e7e1f4b04e2339b5452e13df7081f0d189 (patch) | |
tree | 0b68d696a0fb98ed86b38e6e6ec664794052ae00 /.xinitrc | |
parent | f9e97c28c63f0a47922defb4b99765ea381fb35c (diff) |
POSIX profile
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.xinitrc b/.xinitrc deleted file mode 100644 index 5e0df62..0000000 --- a/.xinitrc +++ /dev/null @@ -1,17 +0,0 @@ -$XDG_CONFIG_HOME/startup/$(hostname) & -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 - # Start dwm (loop restarts it if it crashes) - # dwm >/dev/null - # Trying to launch dwm with dbus-launch - dbus-launch --exit-with-session dwm -done -# vim:filetype=sh |