dotfiles/bin/autostart

17 lines
721 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/
2018-02-07 13:39:28 +01:00
fcitx
2018-12-05 08:21:18 +01:00
#syncthing &
2018-02-07 13:39:28 +01:00
# xsetwacom --set 12 Area -14900 0 44400 16000
# xrandr --fb 15360x2161 --dpi 192x192 --output DVI-D-0 --scale 2x2.0008 --pos 0x0 --panning 3840x2161+0+0 --output DP-0 --scale 2x2.0008 --panning 3840x2161+3840+0 --rate 144 --output HDMI-1 --panning 3840x2160+7680+0 --output HDMI-0 --scale 2x2.0008 --panning 3840x2161+11520+0
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
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