diff options
author | Camil Staps | 2020-10-30 15:01:19 +0100 |
---|---|---|
committer | Camil Staps | 2020-10-30 15:01:19 +0100 |
commit | 9148a2681f5988f5c2be73e846c138f8c027e214 (patch) | |
tree | afba388d4cde64ad617c951e3a270424add96670 | |
parent | iTasksDev environment: do not add -lmysqlclient -lsqlite3; the source code sh... (diff) |
i3: discord to workspace 2; zotero to workspace 3
-rw-r--r-- | i3/.i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i3/.i3/config b/i3/.i3/config index 2e0bd3f..b72f0a4 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -11,7 +11,8 @@ bindsym $mod+Control+Shift+l exec xautolock -locknow # Assignments assign [class="Firefox"] 1 assign [class="thunderbird"] 2 -assign [class="Signal"] 2 +assign [class="discord"] 2 +assign [class="Zotero"] 3 # Menus bindsym $mod+d exec dmenu_run |