bindsym { #home workspace keybinds $mod+grave workspace 0: $mod+Shift+grave move container to workspace 0: #profile keybinds # $mod+p exec "sp-profiles Personal" $mod+p exec "sdu profile switch to Penelope" # $mod+Bracketleft exec "sp-profiles Development" $mod+Bracketleft exec "sdu profile switch to Development" # $mod+Bracketright exec "sp-profiles School" $mod+Bracketright exec "sdu profile switch to School" # $mod+Backslash exec "sp-profiles Work" $mod+Backslash exec "sdu profile switch to Work" #workspace cycle keybinds $mod+Tab workspace next $mod+Shift+Tab workspace prev #workspace rename keybind ## $mod+Shift+r exec sp-rename } # Switch to workspace keybinds are managed by sp-profiles # bindsym $mod+n workspace number n # Move to workspace keybinds are managed by sp-profiles # bindsym $mod+Shift+n move container to workspace number n # Profile Workspace Setup #exec_always rm -f /tmp/sovpipe && mkfifo /tmp/sovpipe && tail -f /tmp/sovpipe | sov -t 500 -c 1 -a lt -m 10 #bindsym --no-repeat $mod+equal exec "echo 2 > /tmp/sovpipe" #bindsym --release $mod+u exec "echo 0 > /tmp/sovpipe" bindgesture { #workspace cycle gesturebinds swipe:left workspace next swipe:right workspace prev #profile cycle gesturebinds swipe:up exec "sdu profile switch next" swipe:down exec "sdu profile switch prev" } workspace_auto_back_and_forth no #exec "sdu profile switch to Penelope"; exec_always "sleep 1;sdu profile init"