.i3/config

branch
mhoward-lt
changeset 112
2d8b8117e32d
parent 103
38f14b09105b
child 151
a8216c3221af
equal deleted inserted replaced
110:f29fe3c90d63 112:2d8b8117e32d
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
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
102 bindsym $mod+7 workspace 7 102 bindsym $mod+7 workspace 7
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: Mail
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
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
114 bindsym $mod+Shift+7 move container to workspace 7 114 bindsym $mod+Shift+7 move container to workspace 7
115 bindsym $mod+Shift+8 move container to workspace 8 115 bindsym $mod+Shift+8 move container to workspace 8
116 bindsym $mod+Shift+9 move container to workspace 9 116 bindsym $mod+Shift+9 move container to workspace 9
117 bindsym $mod+Shift+0 move container to workspace 10 117 bindsym $mod+Shift+0 move container to workspace 10: Mail
118 118
119 # reload the configuration file 119 # reload the configuration file
120 bindsym $mod+Shift+c reload 120 bindsym $mod+Shift+c reload
121 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) 121 # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
122 bindsym $mod+Shift+r restart 122 bindsym $mod+Shift+r restart
160 160
161 bindsym XF86AudioLowerVolume exec ~/.i3/volume_ctrl down 161 bindsym XF86AudioLowerVolume exec ~/.i3/volume_ctrl down
162 bindsym XF86AudioRaiseVolume exec ~/.i3/volume_ctrl up 162 bindsym XF86AudioRaiseVolume exec ~/.i3/volume_ctrl up
163 bindsym XF86AudioMute exec ~/.i3/volume_ctrl mute 163 bindsym XF86AudioMute exec ~/.i3/volume_ctrl mute
164 164
165 assign [class="Icedove"] 1: Mail 165 assign [class="Icedove"] 10: Mail
166 for_window [class="Icedove"] layout tabbed 166 for_window [class="Icedove"] layout tabbed
167 167
168 for_window [class="^Google-chrome"] focus child; layout tabbed; focus 168 for_window [class="^Google-chrome"] focus child; layout tabbed; focus
169 169
170 for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle 170 for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle
171 171
172 exec xsetroot -solid "SteelBlue4"
173
174 exec ~/.i3/auto-start 172 exec ~/.i3/auto-start
175 173

mercurial