diff --git a/sway/.config/sway/shared.d/tri_monitor b/sway/.config/sway/shared.d/tri_monitor new file mode 100644 index 0000000..3b55404 --- /dev/null +++ b/sway/.config/sway/shared.d/tri_monitor @@ -0,0 +1,24 @@ +# Workspaces on third display +bindsym $mod+Alt+Q workspace Q +bindsym $mod+Alt+W workspace W +bindsym $mod+Alt+E workspace E +bindsym $mod+Alt+R workspace R +bindsym $mod+Alt+T workspace T +bindsym $mod+Alt+Y workspace Y + +bindsym $mod+Shift+Alt+Q move container to workspace Q +bindsym $mod+Shift+Alt+W move container to workspace W +bindsym $mod+Shift+Alt+E move container to workspace E +bindsym $mod+Shift+Alt+R move container to workspace R +bindsym $mod+Shift+Alt+T move container to workspace T +bindsym $mod+Shift+Alt+Y move container to workspace Y + +bindsym $mod+Shift+Alt+P move workspace to output $output_third + +# Bind secondary display workspaces to secondary with internal fallback +workspace Q output $output_third $output_secondary $output_internal +workspace W output $output_third $output_secondary $output_internal +workspace E output $output_third $output_secondary $output_internal +workspace R output $output_third $output_secondary $output_internal +workspace T output $output_third $output_secondary $output_internal +workspace Y output $output_third $output_secondary $output_internal