Dotfiles/.config/qtile/autostart.sh

19 lines
473 B
Bash
Raw Normal View History

2024-05-26 22:45:08 +02:00
#!/usr/bin/env bash
/home/emma/.screenlayout/Standardlayout.sh &
setxkbmap -layout us -variant altgr-intl &
otd-daemon &
udiskie &
pipewire & pipewire-pulse & wireplumber &
/usr/bin/lxpolkit &
/usr/bin/emacs --daemon &
/usr/lib/kdeconnectd &
#adb start-server &
flameshot &
/usr/lib/notification-daemon-1.0/notification-daemon &
dunst &
picom &
ping -c 1 10.21.37.1
xinput set-prop "Logitech ERGO M575" 296 1 &
solaar -w hide &
2024-05-28 23:29:57 +02:00
python /home/emma/.config/qtile/wallman.py &