diff --git a/bin/autostart b/bin/autostart index 94fd538..6f521d4 100755 --- a/bin/autostart +++ b/bin/autostart @@ -1,6 +1,7 @@ #!/bin/sh rm -rf /home/kageru/temp/* +cp ~/webpw.kdbx /mnt/gaia/ fcitx syncthing & # xsetwacom --set 12 Area -14900 0 44400 16000 @@ -10,7 +11,7 @@ xrandr --fb 7680x2160 --output DVI-D-0 --pos 0x0 --output DP-0 --mode 1920x1080 ~/.fehbg ~/bin/restart_polybar mpd -redshift & +redshift -t 6500:3200 & #pactl unload-module module-role-cork diff --git a/bin/restart_polybar b/bin/restart_polybar index 1bc4f53..9514e3b 100755 --- a/bin/restart_polybar +++ b/bin/restart_polybar @@ -1,7 +1,7 @@ #!/bin/sh killall polybar -sleep 1 +#sleep 1 polybar -c ~/.config/polybar/config left & polybar -c ~/.config/polybar/config main & polybar -c ~/.config/polybar/config right &