add scripts
This commit is contained in:
parent
dab388dbc5
commit
d5c89b4077
3
scripts/scripts/disable-touchpad
Executable file
3
scripts/scripts/disable-touchpad
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
xinput set-prop "ETPS/2 Elantech Touchpad" "Device Enabled" 0
|
||||||
12
scripts/scripts/init_monitors
Executable file
12
scripts/scripts/init_monitors
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
autorandr -c
|
||||||
|
|
||||||
|
killall -q polybar
|
||||||
|
while pgrep -x polybar >/dev/null; do sleep 1; done
|
||||||
|
for m in $(polybar --list-monitors | cut -d":" -f1); do
|
||||||
|
MONITOR=$m polybar --reload main &
|
||||||
|
done
|
||||||
|
|
||||||
|
xset -dpms
|
||||||
|
xset s off
|
||||||
13
scripts/scripts/init_startup
Executable file
13
scripts/scripts/init_startup
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
sxhkd &
|
||||||
|
nm-applet &
|
||||||
|
pasystray &
|
||||||
|
udiskie -t &
|
||||||
|
redshift-gtk &
|
||||||
|
picom -b
|
||||||
|
|
||||||
|
xinput set-prop "ETPS/2 Elantech Touchpad" "Device Enabled" 0
|
||||||
|
|
||||||
|
#init_monitors
|
||||||
|
# autorandr -c
|
||||||
Loading…
x
Reference in New Issue
Block a user