10 lines
241 B
Bash
Executable File
10 lines
241 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sh $HOME/.screenlayout/default.sh
|
|
picom --daemon --config $HOME/.config/qtile/scripts/picom.conf &
|
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
|
/usr/bin/wired &
|
|
eval $(gnome-keyring-daemon --start)
|
|
nm-applet &
|
|
|