summaryrefslogtreecommitdiff
path: root/xsession
diff options
context:
space:
mode:
authorKJ Ørbekk <orbekk@google.com>2016-07-06 16:13:26 -0400
committerKJ Ørbekk <orbekk@google.com>2016-07-06 16:13:26 -0400
commit40e0fdc35256c448f9b86387a9a3a7e0751ed730 (patch)
treee61cde13618c423e89463e1d6273f708c339621b /xsession
parentf2927cf6102db73f477d7e4f413b396b349b1f53 (diff)
Replace desktop background color.
Diffstat (limited to 'xsession')
-rwxr-xr-xxsession14
1 files changed, 7 insertions, 7 deletions
diff --git a/xsession b/xsession
index e10840c..cdd236a 100755
--- a/xsession
+++ b/xsession
@@ -6,11 +6,11 @@ command -v terminus || TERMINAL=gnome-terminal
xrdb -merge $HOME/.Xresources
setxkbmap us -variant dvorak -option compose:ralt -option caps:ctrl_modifier
$HOME/bin/keyboard_setup.sh
-/usr/bin/env xscreensaver -no-splash &
-/usr/bin/env xbindkeys
-/usr/bin/env xset -b
-/usr/bin/env xss-lock -- /usr/bin/env xscreensaver-command --lock &
-/usr/bin/env pasystray &
-/usr/bin/env xsetroot -solid midnightblue
-/usr/bin/env trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 100 --widthtype pixel --transparent true --alpha 0 --tint 0x000000 --height 18 &
+xscreensaver -no-splash &
+xbindkeys
+xset -b
+xss-lock -- /usr/bin/env xscreensaver-command --lock &
+pasystray &
+xsetroot -solid "#2A3462"
+trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 100 --widthtype pixel --transparent true --alpha 0 --tint 0x000000 --height 18 &
exec xmonad