From 6ccb0c265a8a5cd9d491f40c9812f84ad7fac4a9 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 25 Oct 2023 12:40:20 -0400 Subject: xinitrc sources per-hostname configs --- .xinitrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index b685cb4..ba30e5f 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,5 +1,5 @@ $HOME/.dropbox-dist/dropboxd & -$HOME/.screenlayout/office.sh & +$XDG_CONFIG_HOME/startup/$(hostname) & makewall & sxhkd & dunst & @@ -13,5 +13,4 @@ remaps & while true; do dwm >/dev/null done -# exec icewm # vim:filetype=sh -- cgit v1.2.3