From 6faedbb0c7a0f3cd1349a5b483a4f08454e794b7 Mon Sep 17 00:00:00 2001 From: kageru Date: Sun, 1 Apr 2018 20:45:14 +0200 Subject: [PATCH] autostart-related changes --- bin/autostart | 3 ++- bin/restart_polybar | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 &