summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2019-10-07 09:17:37 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2019-10-07 09:17:37 +0200
commitbb7ffa13bdf4439c1820671b556c31e21124ab22 (patch)
tree5afe8464d14ae8805241443fbd8873ccd13b1466
parenta1460614d0519bfeb3ce430d7f76acd15f0ae719 (diff)
downloaddotfiles-bb7ffa13bdf4439c1820671b556c31e21124ab22.tar.gz
asdf
-rw-r--r--.xinitrc15
-rw-r--r--termite/config2
2 files changed, 14 insertions, 3 deletions
diff --git a/.xinitrc b/.xinitrc
index 0acdb87..66d1b5d 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -11,7 +11,15 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then
unset f
fi
-#Select random background image
+# turn off Display Power Management Service (DPMS)
+xset -dpms
+setterm -blank 0 -powerdown 0
+
+# turn off black Screensaver
+xset s off
+
+#Screen background feh
+>>>>>>> Stashed changes
shopt -s nullglob
pics=(~/vimconfig/pictures/b_*)
@@ -25,6 +33,9 @@ xrdb .Xresources
setxkbmap -layout de
compton &
-lxqt-policykit-agent &
+
+if [ $DISPLAY -e ":0" ]; then
+ lxqt-policykit-agent &
+fi
exec i3
diff --git a/termite/config b/termite/config
index a332f1b..83b56bc 100644
--- a/termite/config
+++ b/termite/config
@@ -3,4 +3,4 @@ foreground = #ffffff
background = rgba (0,0,0,0.4)
[options]
-font = DejaVu Sans Mono for Powerline 12
+font = DejaVu Sans Mono for Powerline 10