dotfiles/bin/autostart

19 lines
713 B
Plaintext
Raw Normal View History

2018-02-07 13:39:28 +01:00
#!/bin/sh
rm -rf /home/kageru/temp/*
2018-04-01 20:45:14 +02:00
cp ~/webpw.kdbx /mnt/gaia/
2019-05-29 19:15:49 +02:00
cp ~/webpw.kdbx ~/Sync/webpw.kdbx
2018-02-07 13:39:28 +01:00
fcitx
2019-05-29 19:15:49 +02:00
sshfs -i ~/.ssh/lain lain:/home/kgt/download /mnt/lain -C &
syncthing &
2018-02-07 13:39:28 +01:00
# xsetwacom --set 12 Area -14900 0 44400 16000
2018-12-05 08:21:18 +01:00
xrandr --fb 8320x2160 --output DVI-D-0 --pos 0x0 --mode 1920x1080 --rate 144 --output DP-0 --mode 2560x1440 --rate 144 --right-of DVI-D-0 --output HDMI-0 --right-of DP-0 --dpi 109x109
2019-05-29 19:15:49 +02:00
#xrandr --fb 6400x2520 --output DP-0 --mode 2560x1440 --rate 144 --pos 0x0 --output DVI-D-0 --mode 1920x1080 --rate 144 --below DP-0 --output HDMI-0 --right-of DP-0 --dpi 109x109
2018-02-07 13:39:28 +01:00
~/bin/fixkeyboard
~/.fehbg
2018-12-05 08:21:18 +01:00
xrdb ~/.Xresources
2018-02-07 13:39:28 +01:00
mpd
2018-12-05 08:21:18 +01:00
redshift -t 6500:3200 -l 53.55:9.64 &
pactl unload-module module-role-cork
2018-02-07 13:39:28 +01:00