diff options
-rw-r--r-- | i3/.i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i3/.i3/config b/i3/.i3/config index ee9eda1..07c42a8 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -5,12 +5,12 @@ font pango:DejaVu Sans Mono 8 focus_follows_mouse no # Autolock -exec xautolock -time 10 -locker 'i3lock -d' +exec xautolock -time 10 -locker 'i3lock -d' -corners 000- -cornersize 30 bindsym $mod+Control+Shift+l exec xautolock -locknow # Assignments assign [class="Firefox"] 1 -assign [class="Icedove"] 2 +assign [class="Thunderbird"] 2 # Menus bindsym $mod+d exec dmenu_run |