From 39d30cd76a54076f340a56b79c1dcebf64023143 Mon Sep 17 00:00:00 2001
From: Christian Colglazier <christian@cacolglazier.com>
Date: Sat, 28 Dec 2019 20:24:54 -0500
Subject: [PATCH] Reaper desktop

---
 i3/desktop.conf | 3 ++-
 i3/shared.conf  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

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