mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
7 lines
276 B
Plaintext
7 lines
276 B
Plaintext
setxkbmap -option ctrl:nocaps -option compose:ralt
|
|
test -x /usr/bin/xsettingsd && /usr/bin/xsettingsd &
|
|
test -f "$HOME/.env" && "$HOME/.env"
|
|
test -f "$HOME/.shenv" && "$HOME/.shenv"
|
|
command -v xbindkeys >/dev/null && xbindkeys &
|
|
test -f "$HOME/.profile" && . "$HOME/.profile"
|