19 lines
476 B
Bash
19 lines
476 B
Bash
|
#!/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 &
|
||
|
python /home/emma/.config/qtile/Wallpapers.py &
|