diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2015-05-12 21:18:32 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-02-26 00:33:29 +0100 |
| commit | 1e263266388c0b6cd39e09d81513e32aedc4268c (patch) | |
| tree | 129f9d7620892ff9eb50f3738ff38de9155b76d1 /xorg | |
.
Diffstat (limited to 'xorg')
| -rw-r--r-- | xorg/.Xresources | 4 | ||||
| -rwxr-xr-x | xorg/.xsession | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources new file mode 100644 index 0000000..acf1c55 --- /dev/null +++ b/xorg/.Xresources @@ -0,0 +1,4 @@ +Xcursor.theme: Neutral +Xcursor.size: 32 +rofi.show-icons: true +rofi.theme: Monokai diff --git a/xorg/.xsession b/xorg/.xsession new file mode 100755 index 0000000..cdefc55 --- /dev/null +++ b/xorg/.xsession @@ -0,0 +1,7 @@ +#!/bin/bash + +xset -b +autorandr --change +[[ -n $(xrandr | grep "connected 3840x2160") ]] && xrandr --dpi 120 +[[ -n $(xrandr | grep "connected 3840x2160") ]] && echo "Xft.dpi: 120" | xrdb -override + |
