mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 01:16:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			201 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			201 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
sleep 4
 | 
						|
systemctl --user stop xdg-desktop-portal
 | 
						|
systemctl --user stop xdg-desktop-portal-wlr
 | 
						|
sleep 2
 | 
						|
systemctl --user start xdg-desktop-portal
 | 
						|
systemctl --user start xdg-desktop-portal-wlr
 |