mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-03 20:18:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
	
		
			691 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
	
		
			691 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#! /bin/sh
 | 
						|
#
 | 
						|
# {{@@ env['dotdrop_warning'] @@}}
 | 
						|
#
 | 
						|
 | 
						|
# https://wiki.archlinux.org/index.php/GNOME/Keyring
 | 
						|
# Launch sxhkd
 | 
						|
sxhkd &
 | 
						|
# Set Wallpaper
 | 
						|
$HOME/.fehbg
 | 
						|
# Launch polybar(s)
 | 
						|
$HOME/.config/polybar/launch.sh &
 | 
						|
# Launch NetworkManager applet
 | 
						|
/usr/bin/nm-applet &
 | 
						|
# Launch Nextcloud
 | 
						|
/usr/bin/nextcloud &
 | 
						|
# 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.5
 | 
						|
bspc config borderless_monocle  true
 | 
						|
bspc config gapless_monocle     true
 | 
						|
bspc config click_to_focus	true
 | 
						|
 | 
						|
bspc monitor -d 0000 0001 0010 0011 0100 0101 0110 0111 
 | 
						|
 | 
						|
bspc rule -a Gimp follow=on floating=on
 |