diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-25 12:40:20 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-25 12:40:20 -0400 |
commit | 6ccb0c265a8a5cd9d491f40c9812f84ad7fac4a9 (patch) | |
tree | 7a11b57f95e81e94528181caa8c3724536ed909f /.xinitrc | |
parent | 4bab74779bcc7b5dcb1cb63e8eb7bec74519eb2f (diff) |
xinitrc sources per-hostname configs
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |