You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- #!/bin/bash
-
- ~/.local/bin/remap-keys
- dunst --config ~/.config/dunst/dunstrc &
- xautolock -time 10 -locker ~/.local/bin/lock_mine &
- ~/.local/bin/setbg
- unclutter &
- nohup /usr/lib/kdeconnectd >/dev/null 2>&1 &
-
- ~/.local/bin/dwm-sss &
|