Add settings for touchpad, turn off vsync, remove volume slider

This commit is contained in:
mitchell 2022-01-18 13:05:28 -05:00
parent 08b5cea6e7
commit e1dc7a2ad4
3 changed files with 4 additions and 28 deletions

View File

@ -8,6 +8,8 @@ end
setxkbmap -option ctrl:swapcaps
setxkbmap -option altwin:swap_alt_win
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 &
picom -b
@ -22,6 +24,7 @@ polybar m-bar &
cbatticon &
pasystray &
keepassxc &
barrier &
bspc monitor -d I II III IV V VI VII

View File

@ -1,5 +1,5 @@
backend = "glx"
xrender-sync-fence = true
xrender-sync-fence = false
shadow = true
shadow-radius = 12

View File

@ -238,33 +238,6 @@ format-underline = #98971a
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]
type = internal/alsa