Replaces compton with picom + adds some startup commands
This commit is contained in:
parent
75eb5214de
commit
bc13dc1d73
1 changed files with 10 additions and 3 deletions
13
x/.xinitrc
13
x/.xinitrc
|
@ -1,7 +1,6 @@
|
|||
# Make keyboard layout coleemak but pushing both shifts will toggle to qwerty
|
||||
# setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle
|
||||
# Make key firing much faster
|
||||
xset r rate 200 70
|
||||
# Need this for making qt applications use gtk theme ( I think )
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Djdk.gtk.version=3 -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
|
||||
|
@ -12,9 +11,17 @@ export `gnome-keyring-daemon -d`
|
|||
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
|
||||
nitrogen --restore
|
||||
|
||||
setxkbmap -layout gb,gb -variant "colemak," -option grp:shifts_toggle
|
||||
#exec compton -f -i 0.95
|
||||
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
|
||||
|
||||
exec /usr/bin/picom -f -i 0.95 &
|
||||
#setbackground &
|
||||
/usr/bin/nitrogen --restore &
|
||||
/usr/lib/kdeconnectd &
|
||||
/usr/bin/pactl load-module module-switch-on-connect &
|
||||
#greenclip daemon &
|
||||
#exec xrdb .Xresources
|
||||
#xbindkeys
|
||||
#exec i3 -V >> ~/i3log-$(date + '%F-%k-%M-%S') 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue