18 lines
701 B
Bash
Executable File
18 lines
701 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf /home/kageru/temp/*
|
|
cp ~/webpw.kdbx /mnt/gaia/
|
|
fcitx
|
|
syncthing &
|
|
# 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
|
|
xrandr --fb 7680x2160 --output DVI-D-0 --pos 0x0 --output DP-0 --mode 1920x1080 --rate 144 --right-of DVI-D-0 --output HDMI-1 --right-of DP-0 --output HDMI-0 --below DVI-D-0
|
|
~/bin/fixkeyboard
|
|
~/.fehbg
|
|
~/bin/restart_polybar
|
|
mpd
|
|
redshift -t 6500:3200 &
|
|
#pactl unload-module module-role-cork
|
|
|
|
|