.i3/config

branch
mhoward-lt
changeset 24
a2483b35192d
parent 23
a61d6f99a162
child 28
05694efc29da
--- 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"

mercurial