.i3/config

branch
mhoward-lt
changeset 24
a2483b35192d
parent 23
a61d6f99a162
child 28
05694efc29da
equal deleted inserted replaced
23:a61d6f99a162 24:a2483b35192d
33 # start dmenu (a program launcher) 33 # start dmenu (a program launcher)
34 #~bindsym $mod+d exec dmenu_run 34 #~bindsym $mod+d exec dmenu_run
35 # There also is the (new) i3-dmenu-desktop which only displays applications 35 # There also is the (new) i3-dmenu-desktop which only displays applications
36 # shipping a .desktop file. It is a wrapper around dmenu, so you need that 36 # shipping a .desktop file. It is a wrapper around dmenu, so you need that
37 # installed. 37 # installed.
38 bindsym $mod+d exec --no-startup-id ~/.i3/i3-dmenu-desktop 38 # bindsym $mod+d exec --no-startup-id ~/.i3/i3-dmenu-desktop
39 # bindsym $mod+d exec --no-startup-id ~/.i3/j4-dmenu-desktop --dmenu="dmenu -i -b -p ] -nf \#CCC -nb \#555" 39 bindsym $mod+d exec --no-startup-id ~/.i3/j4-dmenu-desktop --dmenu="dmenu -i -b -p ] -nf \#CCC -nb \#555"
40 40
41 # change focus 41 # change focus
42 bindsym $mod+j focus left 42 bindsym $mod+j focus left
43 bindsym $mod+k focus down 43 bindsym $mod+k focus down
44 bindsym $mod+l focus up 44 bindsym $mod+l focus up
153 # finds out, if available) 153 # finds out, if available)
154 bar { 154 bar {
155 status_command i3status 155 status_command i3status
156 } 156 }
157 157
158
159 bindsym XF86AudioLowerVolume exec ~/.i3/volume_ctrl down
160 bindsym XF86AudioRaiseVolume exec ~/.i3/volume_ctrl up
161 bindsym XF86AudioMute exec ~/.i3/volume_ctrl mute
162
158 for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle 163 for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle
159 164
160 exec xsetroot -solid "SteelBlue4" 165 exec xsetroot -solid "SteelBlue4"
161 166
162 exec ~/.i3/auto-start 167 exec ~/.i3/auto-start

mercurial