Compare commits
2 Commits
07ed90d4fc
...
1b031229a7
Author | SHA1 | Date | |
---|---|---|---|
|
1b031229a7 | ||
|
e86f2d01f6 |
@ -21,7 +21,6 @@ An uppercase I looks like a 1, 3 from i3, and 8 because the song [We Are 138](ht
|
|||||||
- jq: for getting the current workspace
|
- jq: for getting the current workspace
|
||||||
- libcanberra: [optional]To play the desktop login sound.
|
- libcanberra: [optional]To play the desktop login sound.
|
||||||
- libnotify: For sending notifications
|
- libnotify: For sending notifications
|
||||||
- lxsession: For policykit authentication agent.
|
|
||||||
- notification-daemon: To handle notifications
|
- notification-daemon: To handle notifications
|
||||||
- ocrdesktop: For getting contents of the current window with OCR.
|
- ocrdesktop: For getting contents of the current window with OCR.
|
||||||
- pamixer: for the mute-unmute script
|
- pamixer: for the mute-unmute script
|
||||||
|
3
i38.sh
3
i38.sh
@ -627,9 +627,6 @@ fi
|
|||||||
if [[ $udiskie -eq 0 ]]; then
|
if [[ $udiskie -eq 0 ]]; then
|
||||||
echo 'exec --no-startup-id udiskie'
|
echo 'exec --no-startup-id udiskie'
|
||||||
fi
|
fi
|
||||||
if command -v lxpolkit &> /dev/null ; then
|
|
||||||
echo "exec_always --no-startup-id $(command -v lxpolkit)"
|
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user