diff --git a/i3/desktop.conf b/i3/desktop.conf index 8a4bc9c..8f3e80e 100644 --- a/i3/desktop.conf +++ b/i3/desktop.conf @@ -4,6 +4,7 @@ workspace $ws2 output DP-4 workspace $ws3 output DP-4 workspace $ws4 output DP-4 workspace $wsResolve output DP-4 +workspace $wsReaper output DP-4 workspace $ws5 output DVI-D-0 workspace $ws6 output DVI-D-0 workspace $ws7 output DVI-D-0 @@ -44,7 +45,7 @@ for_window [class="resolve"] exec --no-startup-id cat ~/.config/g13/resolve.bind bindsym $mod+/ gaps inner current set 0; gaps outer current set 0 # Starting Reaper -for_window [class="REAPER"] move to workspace $ws3 +for_window [class="REAPER"] move to workspace $wsReaper # Steam for_window [class="^Steam$"] move to workspace $ws4 diff --git a/i3/shared.conf b/i3/shared.conf index 5475299..a70c30e 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -91,7 +91,7 @@ set $ws8 "8" set $ws9 "9" set $ws10 "10" set $wsResolve "11" - +set $wsReaper "12" # switch to workspace bindsym $mod+1 workspace $ws1 bindsym $mod+2 workspace $ws2