add skeleton for host specific options
This commit is contained in:
parent
7ffe4bea49
commit
836e9dc76a
1 changed files with 10 additions and 0 deletions
10
xinitrc
10
xinitrc
|
|
@ -57,4 +57,14 @@ xbindkeys
|
|||
|
||||
~/.fehbg &
|
||||
|
||||
# _host=$(hostname)
|
||||
# case "$_host" in
|
||||
# Arch666)
|
||||
# # do arch666 specific stuff
|
||||
# ;;
|
||||
# Arch666lap)
|
||||
# # do arch666lap specific things
|
||||
# ;;
|
||||
# esac
|
||||
|
||||
exec ~/.bin/start_dwm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue