xinitrc
This commit is contained in:
parent
cf5d3af6b1
commit
6cfe6de596
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,9 @@ eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh
|
|||
export $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)
|
||||
dbus-update-activation-environment --systemd DISPLAY
|
||||
|
||||
export CORPUSER="jonathan.hodgson"
|
||||
export CORPPASSCOMMAND="pass IRM/corp"
|
||||
|
||||
setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle
|
||||
xset r rate 200 70
|
||||
xinput --list | grep -E 'ErgoDox EZ ErgoDox EZ\s+id' | grep -oE 'id=[0-9]+' | cut -d'=' -f2 | xargs -r setxkbmap -layout gb -device
|
||||
|
@ -21,6 +24,7 @@ exec /usr/bin/compton --config "$HOME/.config/picom/picom.conf" &
|
|||
/usr/bin/nitrogen --restore &
|
||||
/usr/lib/kdeconnectd &
|
||||
/usr/bin/pactl load-module module-switch-on-connect &
|
||||
/usr/bin/unclutter &
|
||||
#greenclip daemon &
|
||||
#exec xrdb .Xresources
|
||||
#xbindkeys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue