.i3/config

branch
mhoward-lt
changeset 47
d2b56ea4ec3d
parent 46
fe410dc840a6
child 50
437404eff6ff
equal deleted inserted replaced
46:fe410dc840a6 47:d2b56ea4ec3d
91 bindsym $mod+b workspace back_and_forth 91 bindsym $mod+b workspace back_and_forth
92 bindsym $mod+minus workspace prev 92 bindsym $mod+minus workspace prev
93 bindsym $mod+equal workspace next 93 bindsym $mod+equal workspace next
94 94
95 # switch to workspace 95 # switch to workspace
96 bindsym $mod+1 workspace 1:Mail 96 bindsym $mod+1 workspace 1: Mail
97 bindsym $mod+2 workspace 2 97 bindsym $mod+2 workspace 2
98 bindsym $mod+3 workspace 3 98 bindsym $mod+3 workspace 3
99 bindsym $mod+4 workspace 4 99 bindsym $mod+4 workspace 4
100 bindsym $mod+5 workspace 5 100 bindsym $mod+5 workspace 5
101 bindsym $mod+6 workspace 6 101 bindsym $mod+6 workspace 6
103 bindsym $mod+8 workspace 8 103 bindsym $mod+8 workspace 8
104 bindsym $mod+9 workspace 9 104 bindsym $mod+9 workspace 9
105 bindsym $mod+0 workspace 10 105 bindsym $mod+0 workspace 10
106 106
107 # move focused container to workspace 107 # move focused container to workspace
108 bindsym $mod+Shift+1 move container to workspace 1:Mail 108 bindsym $mod+Shift+1 move container to workspace 1: Mail
109 bindsym $mod+Shift+2 move container to workspace 2 109 bindsym $mod+Shift+2 move container to workspace 2
110 bindsym $mod+Shift+3 move container to workspace 3 110 bindsym $mod+Shift+3 move container to workspace 3
111 bindsym $mod+Shift+4 move container to workspace 4 111 bindsym $mod+Shift+4 move container to workspace 4
112 bindsym $mod+Shift+5 move container to workspace 5 112 bindsym $mod+Shift+5 move container to workspace 5
113 bindsym $mod+Shift+6 move container to workspace 6 113 bindsym $mod+Shift+6 move container to workspace 6
155 status_command i3status 155 status_command i3status
156 font pango:Droid Sans Mono Slashed 10 156 font pango:Droid Sans Mono Slashed 10
157 } 157 }
158 158
159 159
160 hide_edge_borders vertical
161
160 bindsym XF86AudioLowerVolume exec ~/.i3/volume_ctrl down 162 bindsym XF86AudioLowerVolume exec ~/.i3/volume_ctrl down
161 bindsym XF86AudioRaiseVolume exec ~/.i3/volume_ctrl up 163 bindsym XF86AudioRaiseVolume exec ~/.i3/volume_ctrl up
162 bindsym XF86AudioMute exec ~/.i3/volume_ctrl mute 164 bindsym XF86AudioMute exec ~/.i3/volume_ctrl mute
163 165
164 assign [class="Icedove"] 1:Mail 166 assign [class="Icedove"] 1: Mail
165 for_window [class="Icedove"] focus child; layout tabbed 167 for_window [class="Icedove"] focus child; layout tabbed
166 168
167 for_window [class="^Google-chrome"] focus child; layout tabbed 169 for_window [class="^Google-chrome"] focus child; layout tabbed
168 170
169 for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle 171 for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle

mercurial