Fuxx
This commit is contained in:
parent
8268fba83d
commit
7ed2a6e110
9565 changed files with 1315332 additions and 90 deletions
19
home/.config/awesome/configuration/autorun
Normal file
19
home/.config/awesome/configuration/autorun
Normal file
|
@ -0,0 +1,19 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Applets :
|
||||
nm-applet &
|
||||
#blueman-applet &
|
||||
#volumeicon &
|
||||
xfce4-power-manager &
|
||||
|
||||
# Wallpaper :
|
||||
nitrogen --restore &
|
||||
|
||||
# Clipordmanager :
|
||||
clipmenud &
|
||||
|
||||
# Compositor :
|
||||
autostart="picom"
|
||||
for program in $autostart; do
|
||||
pidof -s "$program" || setsid -f "$program"
|
||||
done >/dev/null 2>&1
|
Loading…
Add table
Add a link
Reference in a new issue