diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2024-02-02 22:00:59 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2024-02-02 22:00:59 +0000 |
commit | c10fa602f7c30e03c0bacb9c5cf116d808e86f6d (patch) | |
tree | 9bdd2ecaa1af3a33b616ab7cdcdd79b133ea52cb /.config/bspwm | |
parent | aa0f8329497fea4d96be4e6740b4b70a8c212daa (diff) | |
download | dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.gz dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.bz2 dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.lz dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.xz dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.zst dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.zip |
Various updates to many dotfiles
Diffstat (limited to '.config/bspwm')
-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 |