voidrice/.xinitrc
Ioannis Angelakopoulos a600c5f75b make repo my own
2019-01-06 18:43:33 +02:00

30 lines
849 B
Bash

#!/bin/sh
# fixes problems with mysql-workbench
# and maybe other problems
# 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
# END
# fixes problems with mysql-workbench
# and maybe other problems
dbus-update-activation-environment --systemd DISPLAY
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
# END
[ -f ~/.Xmodmap ] && xmodmap ~/.Xmodmap
[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources
setxkbmap -model extd -layout gb,gr -option grp:alt_shift_toggle
xset r rate 200 50
# from arch wiki for thinkpad x230
xrandr --dpi 125.37
# cat ~/.config/i3/config ~/.config/i3/config.custom > ~/.config/i3/config.combined
exec i3