Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
9efa0b110d | |||
c1278a81ee | |||
fa0c32297c |
6
i38.sh
6
i38.sh
@ -454,13 +454,17 @@ fi
|
|||||||
if [[ -x "/usr/lib/notification-daemon-1.0/notification-daemon" ]]; then
|
if [[ -x "/usr/lib/notification-daemon-1.0/notification-daemon" ]]; then
|
||||||
echo 'exec_always --no-startup-id /usr/lib/notification-daemon-1.0/notification-daemon -r'
|
echo 'exec_always --no-startup-id /usr/lib/notification-daemon-1.0/notification-daemon -r'
|
||||||
fi
|
fi
|
||||||
|
# Work around for weird Void Linux stuff.
|
||||||
|
if [[ -x "/usr/libexec/notification-daemon" ]]; then
|
||||||
|
echo 'exec_always --no-startup-id /usr/libexec/notification-daemon -r'
|
||||||
|
fi
|
||||||
if [[ $dex -eq 0 ]]; then
|
if [[ $dex -eq 0 ]]; then
|
||||||
echo '# Start XDG autostart .desktop files using dex. See also'
|
echo '# Start XDG autostart .desktop files using dex. See also'
|
||||||
echo '# https://wiki.archlinux.org/index.php/XDG_Autostart'
|
echo '# https://wiki.archlinux.org/index.php/XDG_Autostart'
|
||||||
echo 'exec --no-startup-id dex --autostart --environment i3'
|
echo 'exec --no-startup-id dex --autostart --environment i3'
|
||||||
else
|
else
|
||||||
echo '# Startup applications'
|
echo '# Startup applications'
|
||||||
echo 'exec clipster -d'
|
echo 'exec --no-startup-id clipster -d'
|
||||||
echo 'exec orca'
|
echo 'exec orca'
|
||||||
fi)
|
fi)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user