Merge branch 'master' of github.com:stormdragon2976/I38

This commit is contained in:
Storm Dragon 2022-11-24 12:14:27 -05:00
commit 6fe85bb9c0
2 changed files with 2 additions and 1 deletions

View File

@ -20,5 +20,6 @@ An uppercase I looks like a 1, 3 from i3, and 8 because the song [We Are 138](ht
- xclip: Clipboard support - xclip: Clipboard support
- libnotify: For sending notifications - libnotify: For sending notifications
- notification-daemon: To handle notifications - notification-daemon: To handle notifications
- pamixer: for the mute-unmute script
I38 will try to detect your browser, file manager, and web browser and present you with a list of options to bind to their launch keys. It will also create bindings for pidgin and mumble if they are installed. To use the bindings, press your ratpoison mode key which is set when you run the i38.sh script. next, press the binding for the application you want, w for web browser, e for text editor, f for file manager, m for mumble, etc. To learn all the bindings, find and read the mode ratpoison section of ~/.config/i3/config. I38 will try to detect your browser, file manager, and web browser and present you with a list of options to bind to their launch keys. It will also create bindings for pidgin and mumble if they are installed. To use the bindings, press your ratpoison mode key which is set when you run the i38.sh script. next, press the binding for the application you want, w for web browser, e for text editor, f for file manager, m for mumble, etc. To learn all the bindings, find and read the mode ratpoison section of ~/.config/i3/config.

2
i38.sh
View File

@ -369,7 +369,7 @@ bindsym Escape mode "default"
$(if [[ $sounds -eq 0 ]]; then $(if [[ $sounds -eq 0 ]]; then
echo "exec_always --no-startup-id ${i3Path}/scripts/sound.py" echo "exec_always --no-startup-id ${i3Path}/scripts/sound.py"
if [[ $brlapi -eq 0 ]]; then if [[ $brlapi -eq 0 ]]; then
echo 'exec xbrlapi --quiet' echo 'exec --no-startup-id xbrlapi --quiet'
fi fi
fi fi
if [[ $dex -eq 0 ]]; then if [[ $dex -eq 0 ]]; then