diff options
| author | Camil Staps | 2016-10-11 23:24:19 +0200 | 
|---|---|---|
| committer | Camil Staps | 2016-11-30 19:11:44 +0100 | 
| commit | 53e04d55d17f6bcefb799201381f7ef48839e128 (patch) | |
| tree | 8186b2765168c85785cd5e8735e1f85e189e4d7b | |
| parent | Removed vim-abc (merged into vim-clean) (diff) | |
Don't startup ff and icedove automatically
| -rw-r--r-- | i3.symlink/config | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/i3.symlink/config b/i3.symlink/config index b4d2c46..97bc535 100644 --- a/i3.symlink/config +++ b/i3.symlink/config @@ -12,10 +12,6 @@ bindsym $mod+Control+Shift+l exec xautolock -locknow  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 | 
