2019-02-27 09:02:00 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
userresources=$HOME/.Xresources
|
|
|
|
usermodmap=$HOME/.Xmodmap
|
|
|
|
sysresources=/etc/X11/xinit/.Xresources
|
|
|
|
sysmodmap=/etc/X11/xinit/.Xmodmap
|
|
|
|
|
|
|
|
# merge in defaults and keymaps
|
|
|
|
|
|
|
|
if [ -f $sysresources ]; then
|
2019-09-05 19:41:07 +00:00
|
|
|
xrdb -merge $sysresources
|
2019-02-27 09:02:00 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -f $sysmodmap ]; then
|
2019-09-05 19:41:07 +00:00
|
|
|
xmodmap $sysmodmap
|
2019-02-27 09:02:00 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -f "$userresources" ]; then
|
2019-09-05 19:41:07 +00:00
|
|
|
xrdb -merge "$userresources"
|
2019-02-27 09:02:00 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -f "$usermodmap" ]; then
|
2019-09-05 19:41:07 +00:00
|
|
|
xmodmap "$usermodmap"
|
2019-02-27 09:02:00 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
# start some nice programs
|
|
|
|
|
2019-09-05 19:41:07 +00:00
|
|
|
if [ -d /etc/X11/xinit/xinitrc.d ]; then
|
|
|
|
for f in /etc/X11/xinit/xinitrc.d/?*.sh; do
|
|
|
|
[ -x "$f" ] && . "$f"
|
|
|
|
done
|
|
|
|
unset f
|
2019-02-27 09:02:00 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
# Remaps Capslock key to control.
|
|
|
|
# (only works for x environment - I haven't needed it for non-x yet)
|
|
|
|
setxkbmap -option ctrl:nocaps
|
2019-04-24 13:29:25 +00:00
|
|
|
# sets default to EURkey layout, with possibility to switch to german
|
2019-05-22 14:11:01 +00:00
|
|
|
# sets german layout to be default for the only pc I have with a german keyboard
|
|
|
|
if [[ $HOST == "marty-desk" ]] || [[ $HOSTNAME == "marty-desk" ]]; then
|
|
|
|
setxkbmap -layout de,eu
|
|
|
|
else
|
|
|
|
setxkbmap -layout eu,de
|
|
|
|
fi
|
2019-03-10 13:18:05 +00:00
|
|
|
# allows switching layouts with alt+space
|
|
|
|
setxkbmap -option grp:alt_shift_toggle
|
2019-02-27 09:02:00 +00:00
|
|
|
|
|
|
|
# Makes Capslock behave as escape - when ONLY capslock is pressed and released
|
|
|
|
# this only works when we already substitute a ctrl for caps with the lines above,
|
|
|
|
# otherwise control itself will act as escape.
|
|
|
|
# Needs xcape package installed. https://github.com/alols/xcape
|
2019-11-21 11:14:31 +00:00
|
|
|
# set a timeout of 500ms, if pressed longer it will ignore esc
|
|
|
|
type xcape >/dev/null 2>&1 && xcape -e 'Control_L=Escape' -t 500
|
2019-02-27 09:02:00 +00:00
|
|
|
|
2019-03-15 12:44:48 +00:00
|
|
|
# if unclutter exists start it
|
|
|
|
type unclutter >/dev/null 2>&1 && unclutter &
|
2019-11-18 17:09:37 +00:00
|
|
|
# if picom exists then we can start it as our compositor
|
2019-11-30 10:41:42 +00:00
|
|
|
type picom >/dev/null 2>&1 && picom &
|
2019-03-12 16:55:18 +00:00
|
|
|
# same deal with flashfocus as our active window indicator
|
2019-03-15 14:21:33 +00:00
|
|
|
type flashfocus >/dev/null 2>&1 && flashfocus -l never &
|
2019-11-17 22:29:09 +00:00
|
|
|
# if redshift is installed run it
|
|
|
|
type redshift >/dev/null 2>&1 && redshift &
|
2019-03-12 16:55:18 +00:00
|
|
|
|
2019-05-22 12:46:48 +00:00
|
|
|
# if sxhkd - the key-binding daemon is installed, start it up
|
|
|
|
type sxhkd >/dev/null 2>&1 && sxhkd &
|
2019-09-05 19:41:07 +00:00
|
|
|
# if greenclip - a clipboard manager, integrated with rofi, is installed, start it up
|
|
|
|
type greenclip >/dev/null 2>&1 && greenclip daemon &
|
2019-05-22 12:46:48 +00:00
|
|
|
|
2019-11-18 21:54:41 +00:00
|
|
|
# if pywal is installed,
|
|
|
|
# -R restores the last colorscheme that was in use.
|
|
|
|
type wal >/dev/null 2>&1 && wal -R &
|
|
|
|
|
2019-04-12 12:41:35 +00:00
|
|
|
# additional config options for Touchpad devices ONLY
|
2019-09-05 19:41:07 +00:00
|
|
|
if [ $(dmesg | grep -c "Touchpad") -gt 0 ]; then
|
2019-04-12 12:41:35 +00:00
|
|
|
# enable touch tapping for XPS13 touchpad - for different devices get the touchpad name with xinput list-prop <TAB>
|
|
|
|
xinput set-prop "DLL075B:01 06CB:76AF Touchpad" "libinput Tapping Enabled" 1
|
|
|
|
fi
|
|
|
|
|
2019-02-27 09:02:00 +00:00
|
|
|
type i3 >/dev/null 2>&1 && exec i3
|