1
0
Fork 0
dotfiles2000/dotfiles/i3-session/dot-xprofile

18 lines
448 B
Text
Raw Permalink Normal View History

2024-10-31 22:09:39 +01:00
## Start Keyring-Daemon
#eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
#export SSH_AUTH_SOCK
## Import exports
source ~/.exports
## Setup resources
test -f ~/.local/Xresources && xrdb -merge ~/.local/Xresources
## Setup Screen
test -x ~/.screenlayout/.default && ~/.screenlayout/.default
test -x ~/.fehbg && ~/.fehbg
## Setup Keyboard
xmodmap -e 'keycode 135 = Multi_key' # remaps context-menu-key to Compose
2024-10-31 22:09:39 +01:00