Compare commits
No commits in common. "e484405684bb59f5a233551da7bf1d9f9b43a299" and "cff7288c9e9c5dad984bc6c320ddfd8ff9ddb866" have entirely different histories.
e484405684
...
cff7288c9e
@ -19,7 +19,6 @@ An uppercase I looks like a 1, 3 from i3, and 8 because the song [We Are 138](ht
|
||||
- dex: [optional] Alternative method for auto starting applications.
|
||||
- clipster: clipboard manager
|
||||
- jq: for getting the current workspace
|
||||
- libcanberra: [optional]To play the desktop login sound.
|
||||
- libnotify: For sending notifications
|
||||
- lxsession: For policykit authentication agent.
|
||||
- notification-daemon: To handle notifications
|
||||
@ -27,7 +26,7 @@ An uppercase I looks like a 1, 3 from i3, and 8 because the song [We Are 138](ht
|
||||
- pamixer: for the mute-unmute script
|
||||
- playerctl: music controls
|
||||
- python-i3ipc: for sounds etc.
|
||||
- remind: [optional]For reminder notifications, Requires notify-daemon and notify-send for automatic reminders.
|
||||
- remind: [optional] for reminder notifications, Requires notify-daemon and notify-send for automatic reminders.
|
||||
- sgtk-menu: for applications menu
|
||||
- sox: for sounds.
|
||||
- transfersh: [optional] for file sharing GUI
|
||||
|
8
i38.sh
8
i38.sh
@ -366,11 +366,6 @@ brlapi=1
|
||||
brlapi=$(yesno "Do you want to use a braille display with Orca?")
|
||||
sounds=1
|
||||
sounds=$(yesno "Do you want window event sounds?")
|
||||
# Play Login Sound
|
||||
loginSound=1
|
||||
if command -v canberra-gtk-play &> /dev/null ; then
|
||||
export loginSound=$(yesno "Would you like to play the default desktop-login sound according to your GTK sound theme upon login?")
|
||||
fi
|
||||
|
||||
if [[ -d "${i3Path}" ]]; then
|
||||
yesno "This will replace your existing configuration at ${i3Path}. Do you want to continue?" || exit 0
|
||||
@ -607,9 +602,6 @@ cat << EOF >> ${i3Path}/config
|
||||
$(if [[ $sounds -eq 0 ]]; then
|
||||
echo "exec_always --no-startup-id ${i3Path}/scripts/sound.py"
|
||||
fi
|
||||
if [[ $loginSound -eq 0 ]]; then
|
||||
echo 'exec --no-startup-id canberra-gtk-play -i desktop-login'
|
||||
fi
|
||||
if [[ $brlapi -eq 0 ]]; then
|
||||
echo 'exec --no-startup-id xbrlapi --quiet'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user