Further X session setup mhoward-lt

Fri, 06 Jun 2014 23:04:28 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 06 Jun 2014 23:04:28 -0400
branch
mhoward-lt
changeset 24
a2483b35192d
parent 23
a61d6f99a162
child 25
42986c867b4d

Further X session setup

.i3/config file | annotate | diff | comparison | revisions
.xsession file | annotate | diff | comparison | revisions
--- a/.i3/config
+++ b/.i3/config
@@ -35,8 +35,8 @@ bindsym $mod+Shift+q kill
 # There also is the (new) i3-dmenu-desktop which only displays applications
 # shipping a .desktop file. It is a wrapper around dmenu, so you need that
 # installed.
-bindsym $mod+d exec --no-startup-id ~/.i3/i3-dmenu-desktop
-# bindsym $mod+d exec --no-startup-id ~/.i3/j4-dmenu-desktop --dmenu="dmenu -i -b -p ] -nf \#CCC -nb \#555"
+# bindsym $mod+d exec --no-startup-id ~/.i3/i3-dmenu-desktop
+bindsym $mod+d exec --no-startup-id ~/.i3/j4-dmenu-desktop --dmenu="dmenu -i -b -p ] -nf \#CCC -nb \#555"
 
 # change focus
 bindsym $mod+j focus left
@@ -155,6 +155,11 @@ bar {
         status_command i3status
 }
 
+
+bindsym XF86AudioLowerVolume exec ~/.i3/volume_ctrl down
+bindsym XF86AudioRaiseVolume exec ~/.i3/volume_ctrl up
+bindsym XF86AudioMute        exec ~/.i3/volume_ctrl mute
+
 for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle
 
 exec xsetroot -solid "SteelBlue4"
--- a/.xsession
+++ b/.xsession
@@ -1,8 +1,19 @@
+#!/bin/bash
+
+export PATH="$HOME/.plenv/bin:$PATH"
+eval "$(plenv init -)"
+
+export PATH="$HOME/.rbenv/bin:$PATH"
+eval "$(rbenv init -)"
+
+
 /usr/bin/xset b off
 
 /usr/bin/syndaemon -i 1 -d
 /usr/bin/synclient TapButton1=1
 
+/usr/bin/xcompmgr -n &>/dev/null </dev/null &
+/usr/bin/xscreensaver -nosplash &>/dev/null </dev/null &
 /usr/bin/xfce4-power-manager
 
 /usr/bin/pulseaudio --daemonize

mercurial