mirror of
				https://git.davidovski.xyz/dot.git
				synced 2024-08-15 00:43:28 +00:00 
			
		
		
		
	remove multi monitor references, to be added manually
This commit is contained in:
		
							parent
							
								
									381aaffe4e
								
							
						
					
					
						commit
						20b78d47c5
					
				
					 15 changed files with 51 additions and 267 deletions
				
			
		|  | @ -6,26 +6,17 @@ COLOR_SECONDARY="#5977b3" | |||
| 
 | ||||
| xsetroot -cursor_name left_ptr & | ||||
| xrdb ~/.Xdefaults | ||||
| bash $HOME/.config/xrandr.alt.sh | ||||
| 
 | ||||
| 
 | ||||
| bspc monitor DP-2 -n A | ||||
| bspc monitor DP-1 -n B | ||||
| bspc monitor DP-4 -n C | ||||
| bspc monitor HDMI-0 -n D | ||||
| bspc monitor  -d a1 a2 a3 a4 a5 a6 a7 a8 a9 | ||||
| 
 | ||||
| pgrep -x sxhkd > /dev/null || sxhkd & | ||||
| pgrep -x picom > /dev/null || picom & | ||||
| pgrep -x xss-lock > /dev/null || xss-lock slock & | ||||
| 
 | ||||
| $HOME/.config/polybar/launch.sh | ||||
| $HOME/.scripts/bg.sh | ||||
| 
 | ||||
| bspc monitor A -d a1 a2 a3 a4 a5 a6 a7 a8 a9 | ||||
| bspc monitor B -d b1 b2 b3 b4 b5 b6 b7 b8 b9 | ||||
| bspc monitor C -d c1 c2 c3 c4 c5 c6 c7 c8 c9 | ||||
| bspc monitor D -d d1 d2 | ||||
| 
 | ||||
| bspc config border_width	2 | ||||
| bspc config border_width	1 | ||||
| bspc config window_gap		0 | ||||
| 
 | ||||
| bspc config focus_follows_pointer false | ||||
|  | @ -35,4 +26,6 @@ bspc config active_border_color "$COLOR_BACKGROUND" | |||
| bspc config focused_border_color "$COLOR_PRIMARY" | ||||
| wmname bspwm  | ||||
| 
 | ||||
| sleep 1; $HOME/.scripts/start-mpd | ||||
| urxvt & | ||||
| 
 | ||||
| $HOME/.scripts/start-mpd | ||||
|  |  | |||
|  | @ -56,7 +56,6 @@ | |||
| # For alsa 'source' will be the capture device. | ||||
| # For fifo 'source' will be the path to fifo-file. | ||||
| # For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address | ||||
| method = pulse | ||||
| ; source = auto | ||||
| 
 | ||||
| ; method = alsa | ||||
|  |  | |||
|  | @ -9,3 +9,5 @@ file:///home/david/hd1/library library | |||
| file:///tmp tmp | ||||
| file:///home/david/docs/school | ||||
| file:///home/david/video/anime | ||||
| file:///home/david/lmms | ||||
| file:///home/david/docs/proj/ardour | ||||
|  |  | |||
|  | @ -3,15 +3,15 @@ input { | |||
|         plugin "curl" | ||||
| } | ||||
| 
 | ||||
| audio_output { | ||||
| 	type		"httpd" | ||||
| 	name		"My HTTP Stream" | ||||
| 	encoder		"lame"		    # optional, vorbis or lame | ||||
| 	port		"6680"       | ||||
| 	bitrate		"420"	 | ||||
| 	format		"44100:16:1" | ||||
| 	max_clients	"0"	 | ||||
| } | ||||
| #audio_output { | ||||
| #	type		"httpd" | ||||
| #	name		"My HTTP Stream" | ||||
| #	encoder		"lame"		    # optional, vorbis or lame | ||||
| #	port		"6680"       | ||||
| #	bitrate		"420"	 | ||||
| #	format		"44100:16:1" | ||||
| #	max_clients	"0"	 | ||||
| #} | ||||
| 
 | ||||
| audio_output { | ||||
| 	type		"pulse" | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| vo=gpu | ||||
| #vo=gpu | ||||
| hwdec=auto | ||||
| screenshot-directory=~/pics/screenshot | ||||
| glsl-shaders="~~/shaders/Anime4K_Clamp_Highlights.glsl:~~/shaders/Anime4K_Upscale_Denoise_CNN.glsl:~~/shaders/Anime4K_Restore_CNN_Moderate_M.glsl:~~/shaders/Anime4K_Upscale_CNN_x2_S.glsl" | ||||
|  |  | |||
|  | @ -694,7 +694,7 @@ disk_display="off" | |||
| # Values:   'ascii', 'caca', 'chafa', 'jlp2a', 'iterm2', 'off', | ||||
| #           'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' | ||||
| # Flag:     --backend | ||||
| image_backend="ascii" | ||||
| #image_backend="ascii" | ||||
| 
 | ||||
| # Image Source | ||||
| # | ||||
|  | @ -708,7 +708,7 @@ image_backend="ascii" | |||
| # NOTE: 'auto' will pick the best image source for whatever image backend is used. | ||||
| #       In ascii mode, distro ascii art will be used and in an image mode, your | ||||
| #       wallpaper will be used. | ||||
| image_source="auto" | ||||
| #image_source="auto" | ||||
| 
 | ||||
| 
 | ||||
| # Ascii Options | ||||
|  | @ -760,7 +760,7 @@ image_source="auto" | |||
| #       Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, | ||||
| #       postmarketOS, and Void have a smaller logo variant. | ||||
| #       Use '{distro name}_small' to use the small variants. | ||||
| ascii_distro="arch" | ||||
| #ascii_distro="arch" | ||||
| 
 | ||||
| # Ascii Colors | ||||
| # | ||||
|  | @ -771,7 +771,7 @@ ascii_distro="arch" | |||
| # Example: | ||||
| # ascii_colors=(distro)      - Ascii is colored based on Distro colors. | ||||
| # ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. | ||||
| ascii_colors=(distro) | ||||
| #ascii_colors=(distro) | ||||
| 
 | ||||
| # Bold ascii logo | ||||
| # Whether or not to bold the ascii logo. | ||||
|  | @ -779,7 +779,7 @@ ascii_colors=(distro) | |||
| # Default: 'on' | ||||
| # Values:  'on', 'off' | ||||
| # Flag:    --ascii_bold | ||||
| ascii_bold="on" | ||||
| #ascii_bold="on" | ||||
| 
 | ||||
| 
 | ||||
| # Image Options | ||||
|  |  | |||
|  | @ -291,11 +291,12 @@ blur-background-exclude = [ | |||
| experimental-backends = true; | ||||
| backend = "glx"; | ||||
| #backend = "xrender"; | ||||
| #backend = "xr_glx_hybrid"; | ||||
| 
 | ||||
| 
 | ||||
| # Enable/disable VSync. | ||||
| # vsync = false | ||||
| vsync = true | ||||
| vsync = false | ||||
| #vsync = true | ||||
| 
 | ||||
| # Enable remote control via D-Bus. See the *D-BUS API* section below for more details. | ||||
| # dbus = false | ||||
|  |  | |||
|  | @ -6,19 +6,4 @@ killall -q polybar | |||
| # Wait until the processes have been shut down | ||||
| while pgrep -u $UID -x polybar >/dev/null; do sleep 0.1; done | ||||
| 
 | ||||
| # Launch Polybar, using default config location ~/.config/polybar/config | ||||
| #polybar music & | ||||
| 
 | ||||
| #MONITOR=DP-0 polybar --reload  wsonly & | ||||
| 
 | ||||
| export MONITOR=DP-1 | ||||
| polybar wsonly & | ||||
| 
 | ||||
| export MONITOR=DP-4 | ||||
| polybar wsonly & | ||||
| 
 | ||||
| export MONITOR=HDMI-0 | ||||
| polybar wsonly & | ||||
| 
 | ||||
| export MONITOR=DP-2 | ||||
| polybar ws & | ||||
|  |  | |||
|  | @ -17,10 +17,6 @@ super + ctrl + alt + f | |||
| {XF86AudioMute} | ||||
| 	amixer -D pulse set Master 1+ toggle | ||||
| 
 | ||||
| #backlight | ||||
| {XF86MonBrightnessUp, XF86MonBrightnessDown} | ||||
|     xbacklight -{inc,dec} 5 | ||||
| 
 | ||||
| # runner | ||||
| super + r | ||||
| 	rofi -show drun -show-icons   | ||||
|  | @ -52,6 +48,10 @@ super + v | |||
| super + b | ||||
| 	$BROWSER | ||||
| 
 | ||||
| # open xlinks | ||||
| super + x | ||||
| 	$HOME/.scripts/links-launcher | ||||
| 
 | ||||
| # open email | ||||
| super + m | ||||
| 	$EMAIL_CLIENT | ||||
|  | @ -151,7 +151,7 @@ super + period | |||
| 
 | ||||
| # file search and open | ||||
| super + slash | ||||
| 	bspc rule -a \* -o state=floating && $TERMINAL -e ~/.scripts/fzf_menu.sh | ||||
|    websearch  | ||||
| shift + super + slash | ||||
| 	bspc rule -a \* -o state=floating && $TERMINAL -e ~/.scripts/fzf_menu.sh  | ||||
| 
 | ||||
|  | @ -242,7 +242,7 @@ super + ctrl + {_, shift +} Tab | |||
| 	bspc node -f {next,prev}.local.!hidden.window | ||||
| 
 | ||||
| # focus the next/previous desktop in the current monitor | ||||
| super + ctrl + {Left,Right} | ||||
| super + {Left,Right} | ||||
| 	bspc desktop -f {prev,next}.local | ||||
| 
 | ||||
| # focus the older or newer node in the focus history | ||||
|  | @ -279,6 +279,6 @@ super + alt + shift + {h,j,k,l} | |||
| 	bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0} | ||||
| 
 | ||||
| # move a floating window | ||||
| super + {Left,Down,Up,Right} | ||||
| ctrl + super + {Left,Down,Up,Right} | ||||
| 	bspc node -v {-20 0,0 20,0 -20,20 0} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue