diff options
Diffstat (limited to '.config/bspwm/bspwmrc')
-rwxr-xr-x | .config/bspwm/bspwmrc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 683bcee..dd2e538 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -4,30 +4,6 @@ export SXHKD_SHELL=sh pgrep -x sxhkd > /dev/null || sxhkd & ${XDG_CONFIG_HOME:-~/.config}/polybar/launch.sh & -feh --auto-reload --bg-fill /usr/share/backgrounds/background.png & - -dunst & -/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & -nm-applet & -blueman-applet & -thunar --daemon & -#pipewire & -#pipewire-pulse & - -# Set up touchpad controls - -# Libinput -TID=$(xinput | sed -n 's/.*Touchpad.*id=\([0-9]*\).*/\1/p') -#xinput --set-prop $TID 'libinput Accel Speed' 0.5 -xinput --set-prop $TID 'libinput Tapping Enabled' 1 & -xinput --set-prop $TID 'libinput Natural Scrolling Enabled' 1 & - -# Synapse -#TID=`xinput list | grep "SynPS/2 Synaptics TouchPad" | sed 's/.*id=\([0-9]*\).*/\1/g'` -#PROP_NO=`xinput list-props ${TID} | grep "Synaptics Scrolling Distance" | sed 's/.*(\([0-9]*\)).*/\1/g'` -#xinput --set-prop $TID 'Synaptics Tap Action' 1 -#xinput set-prop ${TID} ${PROP_NO} -106 -106 - #bspc monitor -d I II III IV V VI VII VIII IX X xrandr --output eDP1 --primary --auto xrandr --output HDMI1 --same-as eDP1 --auto |