xinitrc
This commit is contained in:
parent
dd437957b1
commit
cfd458be03
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)
|
export $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)
|
||||||
dbus-update-activation-environment --systemd DISPLAY
|
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
|
setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle
|
||||||
xset r rate 200 70
|
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
|
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/bin/nitrogen --restore &
|
||||||
/usr/lib/kdeconnectd &
|
/usr/lib/kdeconnectd &
|
||||||
/usr/bin/pactl load-module module-switch-on-connect &
|
/usr/bin/pactl load-module module-switch-on-connect &
|
||||||
|
/usr/bin/unclutter &
|
||||||
#greenclip daemon &
|
#greenclip daemon &
|
||||||
#exec xrdb .Xresources
|
#exec xrdb .Xresources
|
||||||
#xbindkeys
|
#xbindkeys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue