diff --git a/i3/desktop.conf b/i3/desktop.conf index 0d04ca6..8a4bc9c 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -3,6 +3,7 @@ workspace $ws1 output DP-4 workspace $ws2 output DP-4 workspace $ws3 output DP-4 workspace $ws4 output DP-4 +workspace $wsResolve output DP-4 workspace $ws5 output DVI-D-0 workspace $ws6 output DVI-D-0 workspace $ws7 output DVI-D-0 @@ -38,7 +39,7 @@ for_window [class="Wine" title="Blizzard Battle.net"] move to workspace $ws4 for_window [class="Lutris"] move to workspace $ws4 # Starting DaVinci Resolve -for_window [class="resolve"] move to workspace $ws1 +for_window [class="resolve"] move to workspace $wsResolve for_window [class="resolve"] exec --no-startup-id cat ~/.config/g13/resolve.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/resolve.lpbm > /tmp/g13-0 bindsym $mod+/ gaps inner current set 0; gaps outer current set 0 diff --git a/i3/shared.conf b/i3/shared.conf index c447f85..5475299 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -90,6 +90,7 @@ set $ws7 "7" set $ws8 "8" set $ws9 "9" set $ws10 "10" +set $wsResolve "11" # switch to workspace bindsym $mod+1 workspace $ws1