3 Commits

2 changed files with 1 additions and 5 deletions

View File

@ -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

5
i38.sh
View File

@ -392,7 +392,7 @@ mkdir -p "${i3Path}"
cp -rv scripts/ "${i3Path}/" | dialog --backtitle "I38" --progressbox "Moving scripts into place and writing config..." -1 -1 cp -rv scripts/ "${i3Path}/" | dialog --backtitle "I38" --progressbox "Moving scripts into place and writing config..." -1 -1
cat << EOF > ${i3Path}/config cat << EOF > ${i3Path}/config
# Generated by I38 (${0##*/}) https://github.com/stormdragon2976/I38 # Generated by I38 (${0##*/}) https://git.stormux.org/storm/I38
# $(date '+%A, %B %d, %Y at %I:%M%p') # $(date '+%A, %B %d, %Y at %I:%M%p')
@ -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