mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-11-03 21:25:26 +00:00 
			
		
		
		
	Add settings for touchpad, turn off vsync, remove volume slider
This commit is contained in:
		
							parent
							
								
									08b5cea6e7
								
							
						
					
					
						commit
						e1dc7a2ad4
					
				| 
						 | 
					@ -8,6 +8,8 @@ end
 | 
				
			||||||
setxkbmap -option ctrl:swapcaps
 | 
					setxkbmap -option ctrl:swapcaps
 | 
				
			||||||
setxkbmap -option altwin:swap_alt_win
 | 
					setxkbmap -option altwin:swap_alt_win
 | 
				
			||||||
xset s off -dpms
 | 
					xset s off -dpms
 | 
				
			||||||
 | 
					xinput set-prop 'MSFT0001:00 04F3:317C Touchpad' 'libinput Tapping Enabled' 1
 | 
				
			||||||
 | 
					xinput set-prop 'MSFT0001:00 04F3:317C Touchpad' 'libinput Middle Emulation Enabled' 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sxhkd &
 | 
					sxhkd &
 | 
				
			||||||
picom -b
 | 
					picom -b
 | 
				
			||||||
| 
						 | 
					@ -22,6 +24,7 @@ polybar m-bar &
 | 
				
			||||||
cbatticon &
 | 
					cbatticon &
 | 
				
			||||||
pasystray &
 | 
					pasystray &
 | 
				
			||||||
keepassxc &
 | 
					keepassxc &
 | 
				
			||||||
 | 
					barrier &
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bspc monitor -d I II III IV V VI VII
 | 
					bspc monitor -d I II III IV V VI VII
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
backend = "glx"
 | 
					backend = "glx"
 | 
				
			||||||
xrender-sync-fence = true
 | 
					xrender-sync-fence = false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
shadow = true
 | 
					shadow = true
 | 
				
			||||||
shadow-radius = 12
 | 
					shadow-radius = 12
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -238,33 +238,6 @@ format-underline = #98971a
 | 
				
			||||||
 | 
					
 | 
				
			||||||
label = %date% %time%
 | 
					label = %date% %time%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[module/pulseaudio]
 | 
					 | 
				
			||||||
type = internal/pulseaudio
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
format-volume = <label-volume> <bar-volume>
 | 
					 | 
				
			||||||
label-volume = VOL %percentage%%
 | 
					 | 
				
			||||||
label-volume-foreground = ${root.foreground}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
label-muted = 🔇 muted
 | 
					 | 
				
			||||||
label-muted-foreground = #666
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
bar-volume-width = 10
 | 
					 | 
				
			||||||
bar-volume-foreground-0 = ${colors.secondary}
 | 
					 | 
				
			||||||
bar-volume-foreground-1 = ${colors.secondary}
 | 
					 | 
				
			||||||
bar-volume-foreground-2 = ${colors.secondary}
 | 
					 | 
				
			||||||
bar-volume-foreground-3 = ${colors.secondary}
 | 
					 | 
				
			||||||
bar-volume-foreground-4 = ${colors.secondary}
 | 
					 | 
				
			||||||
bar-volume-foreground-5 = #f5a70a
 | 
					 | 
				
			||||||
bar-volume-foreground-6 = ${colors.alert}
 | 
					 | 
				
			||||||
bar-volume-gradient = false
 | 
					 | 
				
			||||||
bar-volume-indicator = |
 | 
					 | 
				
			||||||
bar-volume-indicator-font = 2
 | 
					 | 
				
			||||||
bar-volume-fill = ─
 | 
					 | 
				
			||||||
bar-volume-fill-font = 2
 | 
					 | 
				
			||||||
bar-volume-empty = ─
 | 
					 | 
				
			||||||
bar-volume-empty-font = 2
 | 
					 | 
				
			||||||
bar-volume-empty-foreground = ${colors.foreground-alt}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[module/alsa]
 | 
					[module/alsa]
 | 
				
			||||||
type = internal/alsa
 | 
					type = internal/alsa
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue