From e4856e92ec6314bf0c8253274029d4e712d9114d Mon Sep 17 00:00:00 2001 From: aj Date: Tue, 11 Dec 2018 11:51:43 +0000 Subject: [PATCH] workspace cycling and spotify workspace handling --- i3/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i3/config b/i3/config index 8b52006..2190137 100644 --- a/i3/config +++ b/i3/config @@ -17,6 +17,9 @@ gaps outer 5 smart_gaps on +bindsym Control+$alt+Right workspace next +bindsym Control+$alt+Left workspace prev + #set client.focused #FFFFFF bindsym $mod+n exec --no-startup-id nautilus @@ -25,6 +28,9 @@ bindsym $mod+c exec --no-startup-id chromium bindsym $mod+shift+l exec pkill -KILL -u andy set $mod Mod4 +set $alt Mod1 + +for_window [class="(?i)spotify"] move window to workspace 100:spotify # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below.