mirror of
				https://github.com/AquaMorph/dotfiles.git
				synced 2025-11-03 17:03:18 +00:00 
			
		
		
		
	Signal startup
This commit is contained in:
		@@ -43,6 +43,7 @@ for_window [class="com.bitwig.BitwigStudio"] move to workspace $wsBitwig
 | 
				
			|||||||
exec mako
 | 
					exec mako
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Startup Programs
 | 
					# Startup Programs
 | 
				
			||||||
 | 
					exec "swaymsg 'workspace $wsSignal; exec flatpak run org.signal.Signal'"
 | 
				
			||||||
exec "swaymsg 'workspace $ws2; exec alacritty'"
 | 
					exec "swaymsg 'workspace $ws2; exec alacritty'"
 | 
				
			||||||
exec "swaymsg 'workspace $ws1; exec firefox'"
 | 
					exec "swaymsg 'workspace $ws1; exec firefox'"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -98,6 +98,7 @@ set $wsResolve "11"
 | 
				
			|||||||
set $wsReaper  "12"
 | 
					set $wsReaper  "12"
 | 
				
			||||||
set $wsBitwig  "13"
 | 
					set $wsBitwig  "13"
 | 
				
			||||||
set $wsGames   "14"
 | 
					set $wsGames   "14"
 | 
				
			||||||
 | 
					set $wsSignal  "15"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# switch to workspace
 | 
					# switch to workspace
 | 
				
			||||||
bindsym $mod+1 workspace $ws1
 | 
					bindsym $mod+1 workspace $ws1
 | 
				
			||||||
@@ -232,5 +233,8 @@ for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec python ~/.confi
 | 
				
			|||||||
for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec sh ~/.config/scripts/audio/aquamix.sh -d
 | 
					for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec sh ~/.config/scripts/audio/aquamix.sh -d
 | 
				
			||||||
for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec systemctl --user restart i3wm-close-window.service
 | 
					for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec systemctl --user restart i3wm-close-window.service
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#Other
 | 
				
			||||||
 | 
					for_window [class="Signal"] move to workspace $wsSignal
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bindsym $mod+F5 gaps inner current set 0; gaps outer current set 0
 | 
					bindsym $mod+F5 gaps inner current set 0; gaps outer current set 0
 | 
				
			||||||
bindsym $mod+F6 gaps inner current set $inner; gaps outer current set $outer
 | 
					bindsym $mod+F6 gaps inner current set $inner; gaps outer current set $outer
 | 
				
			||||||
		Reference in New Issue
	
	Block a user