diff options
| author | Camil Staps | 2016-05-26 22:36:41 +0200 | 
|---|---|---|
| committer | Camil Staps | 2016-11-30 19:11:43 +0100 | 
| commit | 71ec708f7ff8213f5abaf84541e9d9d7340de88d (patch) | |
| tree | f5cc2eab09e25a79fee355723fd807e0cab9ba6c /i3.symlink | |
| parent | Vim: list isn't a sensible default (diff) | |
Class-workspace assignments; automatically startup firefox and icedove
Diffstat (limited to 'i3.symlink')
| -rw-r--r-- | i3.symlink/config | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/i3.symlink/config b/i3.symlink/config index d5c6b39..1fb397b 100644 --- a/i3.symlink/config +++ b/i3.symlink/config @@ -8,6 +8,14 @@ focus_follows_mouse no  exec xautolock -time 10 -locker 'i3lock -d'  bindsym $mod+Control+Shift+l exec xautolock -locknow +# Assignments +assign [class="Firefox"] 1 +assign [class="Icedove"] 2 + +# Automatic startup +exec firefox +exec icedove +  # Menus  bindsym $mod+d exec dmenu_run  bindsym $mod+p exec passmenu -i -l 20 | 
