Move X files to .config, add .zshrc
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
xrdb "$XDG_CONFIG_HOME/xorg/Xresources"
|
||||
|
||||
# GTK application scaling
|
||||
export GDK_SCALE=2
|
||||
export GDK_DPI_SCALE=0.5
|
||||
|
||||
# Screensaver
|
||||
xset s off
|
||||
xset -dmps
|
||||
|
||||
exec i3
|
||||
Reference in New Issue
Block a user