Remove x- prefix from some daemons
This commit is contained in:
parent
5322263239
commit
079831d303
98
firestarter
98
firestarter
@ -76,6 +76,24 @@ command -v mate-panel
|
|||||||
mate-panel
|
mate-panel
|
||||||
command -v xfce4-panel
|
command -v xfce4-panel
|
||||||
xfce4-panel
|
xfce4-panel
|
||||||
|
EOF
|
||||||
|
# Blue light filter
|
||||||
|
cat << EOF > "$g_configdir/blue-light-filter"
|
||||||
|
command -v redshift-gtk
|
||||||
|
redshift-gtk
|
||||||
|
command -v redshift
|
||||||
|
redshift
|
||||||
|
EOF
|
||||||
|
# Compositor
|
||||||
|
cat << EOF > "$g_configdir/compositor"
|
||||||
|
[ -z "\$DISPLAY" ]
|
||||||
|
:
|
||||||
|
command -v unagi
|
||||||
|
unagi
|
||||||
|
command -v compton
|
||||||
|
compton
|
||||||
|
command -v xcompmgr
|
||||||
|
xcompmgr
|
||||||
EOF
|
EOF
|
||||||
# Polkit authentication agents
|
# Polkit authentication agents
|
||||||
cat << EOF > "$g_configdir/polkit-agent"
|
cat << EOF > "$g_configdir/polkit-agent"
|
||||||
@ -87,6 +105,22 @@ command -v mate-polkit
|
|||||||
mate-polkit
|
mate-polkit
|
||||||
command -v polkit-efl-authentication-agent-1
|
command -v polkit-efl-authentication-agent-1
|
||||||
polkit-efl-authentication-agent-1
|
polkit-efl-authentication-agent-1
|
||||||
|
EOF
|
||||||
|
# Hotkey daemon
|
||||||
|
cat << EOF > "$g_configdir/hotkey-daemon"
|
||||||
|
[ -z "\$DISPLAY" ]
|
||||||
|
:
|
||||||
|
command -v sxhkd
|
||||||
|
sxhkd
|
||||||
|
EOF
|
||||||
|
# Notification daemon
|
||||||
|
cat << EOF > "$g_configdir/notification-daemon"
|
||||||
|
[ -z "\$DISPLAY" ]
|
||||||
|
:
|
||||||
|
command -v dunst
|
||||||
|
dunst
|
||||||
|
command -v lxqt-notificationd
|
||||||
|
notificationd
|
||||||
EOF
|
EOF
|
||||||
# Power daemons
|
# Power daemons
|
||||||
cat << EOF > "$g_configdir/power-daemon"
|
cat << EOF > "$g_configdir/power-daemon"
|
||||||
@ -102,6 +136,12 @@ command -v mate-power-manager
|
|||||||
mate-power-manager
|
mate-power-manager
|
||||||
command -v gnome-power-manager
|
command -v gnome-power-manager
|
||||||
gnome-power-manager
|
gnome-power-manager
|
||||||
|
EOF
|
||||||
|
# Runners
|
||||||
|
# Note that rofi is not a daemon and is not included here
|
||||||
|
cat << EOF > "$g_configdir/runner"
|
||||||
|
command -v krunner
|
||||||
|
krunner
|
||||||
EOF
|
EOF
|
||||||
# Settings daemons
|
# Settings daemons
|
||||||
cat << EOF > "$g_configdir/settings-daemon"
|
cat << EOF > "$g_configdir/settings-daemon"
|
||||||
@ -115,59 +155,16 @@ command -v mate-settings-daemon
|
|||||||
mate-settings-daemon
|
mate-settings-daemon
|
||||||
command -v gnome-settings-daemon
|
command -v gnome-settings-daemon
|
||||||
gnome-settings-daemon
|
gnome-settings-daemon
|
||||||
EOF
|
|
||||||
# XDG autostarter
|
|
||||||
cat << EOF > "$g_configdir/xdg-autostart"
|
|
||||||
command -v dex
|
|
||||||
dex -a
|
|
||||||
command -v fbautostart
|
|
||||||
fbautostart
|
|
||||||
command -v xdg-autostart
|
|
||||||
xdg-autostart "\${XDG_CURRENT_DESKTOP:-firestarter}"
|
|
||||||
EOF
|
|
||||||
# X blue light filter
|
|
||||||
cat << EOF > "$g_configdir/x-blue-light-filter"
|
|
||||||
command -v redshift-gtk
|
|
||||||
redshift-gtk
|
|
||||||
command -v redshift
|
|
||||||
redshift
|
|
||||||
EOF
|
|
||||||
# X compositor
|
|
||||||
cat << EOF > "$g_configdir/x-compositor"
|
|
||||||
[ -z "\$DISPLAY" ]
|
|
||||||
:
|
|
||||||
command -v unagi
|
|
||||||
unagi
|
|
||||||
command -v compton
|
|
||||||
compton
|
|
||||||
command -v xcompmgr
|
|
||||||
xcompmgr
|
|
||||||
EOF
|
|
||||||
# X hotkey daemon
|
|
||||||
cat << EOF > "$g_configdir/x-hotkey-daemon"
|
|
||||||
[ -z "\$DISPLAY" ]
|
|
||||||
:
|
|
||||||
command -v sxhkd
|
|
||||||
sxhkd
|
|
||||||
EOF
|
|
||||||
# X notification daemon
|
|
||||||
cat << EOF > "$g_configdir/x-notification-daemon"
|
|
||||||
[ -z "\$DISPLAY" ]
|
|
||||||
:
|
|
||||||
command -v dunst
|
|
||||||
dunst
|
|
||||||
command -v lxqt-notificationd
|
|
||||||
notificationd
|
|
||||||
EOF
|
EOF
|
||||||
# X system statistics glances
|
# X system statistics glances
|
||||||
cat << EOF > "$g_configdir/x-stat-glances"
|
cat << EOF > "$g_configdir/stat-glances"
|
||||||
[ -z "\$DISPLAY" ]
|
[ -z "\$DISPLAY" ]
|
||||||
:
|
:
|
||||||
command -v conky && [ -f "\${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky.conf" ]
|
command -v conky && [ -f "\${XDG_CONFIG_HOME:-$HOME/.config}/conky/conky.conf" ]
|
||||||
conky
|
conky
|
||||||
EOF
|
EOF
|
||||||
# X window managers
|
# Window managers
|
||||||
cat << EOF > "$g_configdir/x-wm"
|
cat << EOF > "$g_configdir/wm"
|
||||||
[ -z "\$DISPLAY" ]
|
[ -z "\$DISPLAY" ]
|
||||||
:
|
:
|
||||||
command -v 2bwm
|
command -v 2bwm
|
||||||
@ -230,6 +227,15 @@ command -v kwin
|
|||||||
kwin
|
kwin
|
||||||
command -v tinywm
|
command -v tinywm
|
||||||
tinywm
|
tinywm
|
||||||
|
EOF
|
||||||
|
# XDG autostarter
|
||||||
|
cat << EOF > "$g_configdir/xdg-autostart"
|
||||||
|
command -v dex
|
||||||
|
dex -a
|
||||||
|
command -v fbautostart
|
||||||
|
fbautostart
|
||||||
|
command -v xdg-autostart
|
||||||
|
xdg-autostart "\${XDG_CURRENT_DESKTOP:-firestarter}"
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
step_printhelp() {
|
step_printhelp() {
|
||||||
|
Loading…
Reference in New Issue
Block a user