24 lines
		
	
	
		
			565 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			565 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Sway Config: Media workspace
 | 
						|
#
 | 
						|
# Thurstylark
 | 
						|
 | 
						|
# Switch output to workspace
 | 
						|
bindsym $mod+Home workspace media
 | 
						|
 | 
						|
# Move focused container to workspace
 | 
						|
bindsym $mod+Shift+Home move container to workspace media
 | 
						|
 | 
						|
assign [app_id="mpv"] workspace media
 | 
						|
 | 
						|
for_window [app_id="mpv"] fullscreen enable
 | 
						|
 | 
						|
for_window [app_id="mctrl"] {
 | 
						|
    resize set width 1700 px height 1400 px
 | 
						|
    move position center
 | 
						|
    move down 3000 px
 | 
						|
    move window to scratchpad
 | 
						|
}
 | 
						|
 | 
						|
# Launch mpv using the contents of the clipboard
 | 
						|
bindsym $mod+Insert exec alacritty --class mctrl -e mpv $$(wl-paste)
 |