mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-04 12:38:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			727 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			727 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#! /bin/sh
 | 
						|
 | 
						|
#
 | 
						|
# {{@@ header() @@}}
 | 
						|
#
 | 
						|
 | 
						|
# https://wiki.archlinux.org/index.php/GNOME/Keyring
 | 
						|
# Launch sxhkd
 | 
						|
sxhkd &
 | 
						|
# Launch polybar(s)
 | 
						|
{{@@ env['HOME'] @@}}/.config/polybar/launch.sh &
 | 
						|
# Set windomanager name to LG3D to get JAVA programs back to work
 | 
						|
wmname LG3D
 | 
						|
 | 
						|
bspc config border_width        2
 | 
						|
bspc config window_gap          5
 | 
						|
 | 
						|
bspc config split_ratio         0.52
 | 
						|
bspc config borderless_monocle  true
 | 
						|
bspc config gapless_monocle     false
 | 
						|
bspc config click_to_focus	true
 | 
						|
 | 
						|
bspc monitor -d I II III IV V VI VII VIII IX X
 | 
						|
 | 
						|
bspc rule -a Gimp follow=on floating=on
 | 
						|
bspc rule -a xfce4-notes floating=on
 | 
						|
bspc rule -a quassel desktop=^9 follow=on
 | 
						|
bspc rule -a Franz desktop=^9 follow=on
 | 
						|
bspc rule -a Spotify desktop=^10 follow=on
 |