From 06b2a28852356dfb30015c56ac5359a536ce5721 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Thu, 24 Nov 2022 09:42:53 -0700 Subject: [PATCH] Forgot to add --no-startup-id xbrlapi --- README.md | 1 + i38.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1965b5c..dd824d2 100644 --- a/README.md +++ b/README.md @@ -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 - libnotify: For sending 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. diff --git a/i38.sh b/i38.sh index 02368b6..d324607 100755 --- a/i38.sh +++ b/i38.sh @@ -369,7 +369,7 @@ bindsym Escape mode "default" $(if [[ $sounds -eq 0 ]]; then echo "exec_always --no-startup-id ${i3Path}/scripts/sound.py" if [[ $brlapi -eq 0 ]]; then - echo 'exec xbrlapi --quiet' + echo 'exec --no-startup-id xbrlapi --quiet' fi fi if [[ $dex -eq 0 ]]; then