diff options
Diffstat (limited to 'x11')
-rwxr-xr-x | x11/Xresources.G3N2 | 7 | ||||
-rwxr-xr-x | x11/xprofile | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/x11/Xresources.G3N2 b/x11/Xresources.G3N2 new file mode 100755 index 0000000..3b8a9fe --- /dev/null +++ b/x11/Xresources.G3N2 @@ -0,0 +1,7 @@ +Xft.dpi: 144 + +Xcursor.theme: default +Xcursor.size: 36 + +Sxiv.foreground: #bbbbbb +Sxiv.background: #222222 diff --git a/x11/xprofile b/x11/xprofile new file mode 100755 index 0000000..9856eaf --- /dev/null +++ b/x11/xprofile @@ -0,0 +1,8 @@ +#!/bin/sh +xrdb -merge ${XDG_CONFIG_HOME:-$HOME/.config}/x11/Xresources.$(hostname) 2>/dev/null & xrdbpid=$! +redshift & +seasonalwallpaper & +unclutter -noevents & +xkeyconf & +xvsync & +wait $xrdbpid # Wait for xrdb to ensure the WM starts using the correct DPI settings |