awesome_configs/startup.sh

11 lines
1011 B
Bash
Raw Normal View History

2021-08-20 21:35:06 +00:00
#!/bin/sh
2021-09-30 21:09:54 +00:00
XCURSOR_SIZE = 22
2021-08-20 21:35:06 +00:00
xinput --set-prop "SYNA7DB5:01 06CB:CD41 Touchpad" $(xinput list-props $(xinput list | grep 'Touchpad' | cut -f 2 | cut -d'=' -f 2) | grep "Disable While Typing Enabled (" | cut -d'(' -f 2 | cut -d')' -f 1) 0
xinput --set-prop "SYNA7DB5:01 06CB:CD41 Touchpad" $(xinput list-props $(xinput list | grep 'Touchpad' | cut -f 2 | cut -d'=' -f 2) | grep "Tapping Enabled (" | cut -d'(' -f 2 | cut -d')' -f 1) 1
xinput --set-prop "SYNA7DB5:01 06CB:CD41 Touchpad" $(xinput list-props $(xinput list | grep 'Touchpad' | cut -f 2 | cut -d'=' -f 2) | grep "Natural Scrolling Enabled (" | cut -d'(' -f 2 | cut -d')' -f 1) 1
xinput --set-prop "SYNA7DB5:01 06CB:CD41 Touchpad" $(xinput list-props $(xinput list | grep 'Touchpad' | cut -f 2 | cut -d'=' -f 2) | grep "Middle Emulation Enabled (" | cut -d'(' -f 2 | cut -d')' -f 1) 1
2021-11-14 16:07:46 +00:00
#python ~/data/projects/startup/presence.py &
2021-09-30 21:09:54 +00:00
#picom --experimental-backends --backend glx &
#xsetroot -cursor_name qogir-manjaro
2021-08-24 17:06:46 +00:00
cp ~/.gtkrc-2.0_default ~/.gtkrc-2.0