# HG changeset patch # User Meredith Howard # Date 1402213754 14400 # Node ID 33bdbdb9ec90525a671788f019799afc9b76b295 # Parent 0f5d5166b77d1db6ee7c20169d439780d6450724 Make dedicated workspace for Mail diff --git a/.i3/auto-start b/.i3/auto-start --- a/.i3/auto-start +++ b/.i3/auto-start @@ -87,12 +87,13 @@ StartProgName() # i3-msg resize shrink up 32 px or 32 ppt # +ionice -c3 nice /usr/bin/icedove & -StartProg xfce4-terminal +i3-msg 'workspace 2; exec urxvt' -i3-msg 'split h' - -StartProgName gvim +# i3-msg 'split h' +# +# StartProgName gvim # i3-msg 'focus left; split v' # diff --git a/.i3/config b/.i3/config --- a/.i3/config +++ b/.i3/config @@ -13,7 +13,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. ISO 10646 = Unicode -font pango:Droid Sans Mono Slashed 10 +font pango:monospace 10 #~font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 # The font above is very space-efficient, that is, it looks good, sharp and # clear in small sizes. However, if you need a lot of unicode glyphs or @@ -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 @@ -93,7 +93,7 @@ bindsym $mod+minus workspace prev bindsym $mod+equal workspace next # switch to workspace -bindsym $mod+1 workspace 1 +bindsym $mod+1 workspace 1:Mail bindsym $mod+2 workspace 2 bindsym $mod+3 workspace 3 bindsym $mod+4 workspace 4 @@ -105,7 +105,7 @@ bindsym $mod+9 workspace 9 bindsym $mod+0 workspace 10 # move focused container to workspace -bindsym $mod+Shift+1 move container to workspace 1 +bindsym $mod+Shift+1 move container to workspace 1:Mail bindsym $mod+Shift+2 move container to workspace 2 bindsym $mod+Shift+3 move container to workspace 3 bindsym $mod+Shift+4 move container to workspace 4 @@ -160,6 +160,9 @@ bindsym XF86AudioLowerVolume exec ~/.i3/ bindsym XF86AudioRaiseVolume exec ~/.i3/volume_ctrl up bindsym XF86AudioMute exec ~/.i3/volume_ctrl mute +assign [class="Icedove"] 1:Mail +for_window [class="Icedove"] focus child; layout tabbed + for_window [class="Xfce4-notifyd"] floating enable; border none; focus mode_toggle exec xsetroot -solid "SteelBlue4"