# HG changeset patch # User Meredith Howard # Date 1402110268 14400 # Node ID a2483b35192d06bbafc7a8470e70e3e05a0d2e0d # Parent a61d6f99a1627fcf321235ec53dbafac9fff6ea8 Further X session setup diff --git a/.i3/config b/.i3/config --- 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" diff --git a/.xsession b/.xsession --- 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