diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index eed2eba9..e00ea562 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -15,7 +15,7 @@ setmon() {
 			;;
 	esac
 	desktops_total=10
-	desktops_primary=6
+	desktops_primary=8
 	desktops_secondary=$(( desktops_total - desktops_primary ))
 
 	monitor_primary="$(xrandr -q | awk '/primary/{print $1}')"
@@ -80,10 +80,10 @@ bspc config presel_feedback_color		"#eff0f1" #???
 
 ## Rules
 bspc rule -r '*'
-bspc rule -a Riot desktop=7
-bspc rule -a discord desktop=7
-bspc rule -a spotify desktop=8
-bspc rule -a cantata desktop=8
+bspc rule -a Riot desktop=9
+bspc rule -a discord desktop=9
+bspc rule -a spotify desktop=10
+bspc rule -a cantata desktop=10
 bspc rule -a 'Minecraft 1.7.10' state=fullscreen
 # For fullscreen Wine
 bspc rule -a explorer.exe state=fullscreen