summaryrefslogtreecommitdiff
path: root/xinit
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-02-21 12:18:32 +0000
committerUrbain Vaes <urbain@vaes.uk>2018-02-21 16:46:29 +0000
commitb9ea238dd7e8a56b1d171cdc76e405bb2a8584dd (patch)
treed693deb61965b724cd8630e0a061e5e762341c9c /xinit
parent68d822599f074c24505eea2329bfc80e2745feab (diff)
Improve i3 status
Diffstat (limited to 'xinit')
-rwxr-xr-xxinit/.xinitrc8
1 files changed, 2 insertions, 6 deletions
diff --git a/xinit/.xinitrc b/xinit/.xinitrc
index 31b6f70..276d21d 100755
--- a/xinit/.xinitrc
+++ b/xinit/.xinitrc
@@ -7,16 +7,12 @@
$HOME/bin/keyboard
# Load Xresources to light colorscheme
-source $HOME/.local/share/zsh/colors.zsh
-xrdb $HOME/.Xresources/$XRESOURCE
+source $HOME/.local/colors.zsh
+xrdb $HOME/.Xresources/$COLORSCHEME
# Background
feh --bg-fill /home/urbain/documents/wallpapers/pagoda.jpg
-# Synchronise primary and clipboard
-autocutsel -fork &
-autocutsel -selection PRIMARY -fork &
-
# Disable screen going blank
xset -dpms
xset s off