dotfiles/home/bin/i3-autostart

28 lines
1.1 KiB
Bash
Executable File

#!/bin/bash
if [[ $HOSTNAME == "zog"* ]]; then
xrandr --output DP-3.8 --mode 2560x1440 --pos 0x0 --rotate left --output DVI-I-1 --off --output DP-1 --off --output DP-2 --mode 3440x1440 -r 49.99 --pos 1440x440 --rotate normal --output DP-2-1 --off
feh --bg-fill ~/Pictures/Wallpapers/mountains-pale.jpg
MONITOR=DP-2
else
xinput --set-prop $(xinput |grep -oP "TouchPad.*id=\K[0-9]+") "libinput Natural Scrolling Enabled" 1
fi;
xinput --set-prop $(xinput |grep -oP "HUGE.*id=\K[0-9]+"|head -n 1) "libinput Natural Scrolling Enabled" 1
xinput set-button-map $(xinput |grep -oP "HUGE.*id=\K[0-9]+"|head -n 1) 1 10 3 4 5 6 7 8 9 2 11 12
python ~/.local/lib/python2.7/site-packages/mopidy &
killall volumeicon; volumeicon &
kwalletd5 &
kwalletmanager5 &
nm-applet &
killall greenclip; greenclip daemon &
dunst &
killall compton; compton --config ~/.config/i3/compton.conf &
xautolock -time 6 -locker "i3-blur-lock --dpms" &
killall redshift; redshift -l 48.15:11.64 &
emacsclient ~/ &
feh --bg-fill ~/Pictures/Wallpapers/mountains-blue.jpg &
nextcloud &
MONITOR=${MONITOR} i3-polybar