diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 4f8a1d6..2e5db65 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -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 diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 410b747..11870e5 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,5 +1,5 @@ backend = "glx" -xrender-sync-fence = true +xrender-sync-fence = false shadow = true shadow-radius = 12 diff --git a/.config/polybar/config b/.config/polybar/config index c4a110a..e42b0c5 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -238,33 +238,6 @@ format-underline = #98971a label = %date% %time% -[module/pulseaudio] -type = internal/pulseaudio - -format-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