mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-10-22 04:16:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			124 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			124 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| # shellcheck source=include
 | |
| source "./scripts/include"
 | |
| 
 | |
| hyprland_ipc "activewindow" | ./scripts/window_name.py
 |