added hidpi stuff
This commit is contained in:
parent
f7c9498e70
commit
7b681a1777
2 changed files with 149 additions and 0 deletions
14
x11hidpi/.xinitrc
Normal file
14
x11hidpi/.xinitrc
Normal file
|
@ -0,0 +1,14 @@
|
|||
#remap caps lock to a third control key. both shifts at once toggle shiftlock
|
||||
setxkbmap -option ctrl:nocaps
|
||||
#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
|
||||
# hidpi
|
||||
#export GDK_SCALE=2
|
||||
#export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||
xrdb -merge ~/.Xresources
|
||||
#get gnome-keyring running
|
||||
dbus-update-activation-environment --all
|
||||
gnome-keyring-daemon --start --components=secrets
|
||||
i3
|
Loading…
Add table
Add a link
Reference in a new issue