dotfiles/x11/.xinitrc

12 lines
429 B
Plaintext
Raw Normal View History

#remap caps lock to a third control key. both shifts at once toggle shiftlock
setxkbmap -option ctrl:nocaps
2023-07-06 23:30:37 -05:00
#dark mode styling for qt and gtk apps.
export GTK_THEME=Adwaita:dark
export GTK2_RC_FILES=/usr/share/themes/Adwaita-dark/gtk-2.0/gtkrc
export QT_STYLE_OVERRIDE=adwaita-dark
2018-08-26 14:06:53 -05:00
xrdb -merge ~/.Xresources
2023-07-12 15:03:09 -05:00
#get gnome-keyring running
dbus-update-activation-environment --all
gnome-keyring-daemon --start --components=secrets
i3