diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2022-11-12 21:02:34 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2022-11-12 21:02:34 +0100 |
| commit | ce61029d0bcff6a38072acc27488502e751a9d91 (patch) | |
| tree | fdbb52c965e73e80fe980d12aeca837f5ef9f789 | |
| parent | 8574c0d9d562cde14e2ea0ac7440d427144cfaff (diff) | |
feat(assign) change default workspaces
| -rw-r--r-- | i3/config | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -283,9 +283,10 @@ workspace $ws10 output DP-5 # bind program to workspace and focus to them on startup: assign [class="alacritty"] $ws1 -assign [class="(?i)firefox"] $ws2 -assign [class="discord"] $ws3 +assign [class="(?i)firefox"] $ws3 +assign [class="discord"] $ws4 assign [class="Spotify"] $ws10 +assign [class="spotify"] $ws10 assign [class="jetbrains-phpstorm"] $ws1 assign [class="jetbrains-goland"] $ws1 assign [class="jetbrains-idea"] $ws1 |
