twiddle AIS

This commit is contained in:
rileyrg 2021-12-27 17:50:47 +01:00
parent be4d7109b1
commit 55970999c5
4 changed files with 8 additions and 51 deletions

View file

@ -2131,11 +2131,7 @@ notify-send -t 3000 "${@}"
```
<<<<<<< HEAD
<a id="org3774fdf"></a>
=======
<a id="org7f924cd"></a>
>>>>>>> d775199107292a943092426c17a90d51476da7d4
<a id="org9a4eb03"></a>
### ~/bin/sway/sway-screen
@ -2156,11 +2152,7 @@ swaymsg "output ${m} ${c}"
### ~/bin/sway/sway-screen-menu
<<<<<<< HEAD
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#org3774fdf).
=======
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#org7f924cd).
>>>>>>> d775199107292a943092426c17a90d51476da7d4
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#org9a4eb03).
:ID: 82455cae-1c48-48b2-a8b3-cb5d44eeaee9
@ -3192,7 +3184,6 @@ Used in conjunction with [AIS-dispatcher](https://www.aishub.net/ais-dispatcher)
```bash
#!/usr/bin/env bash
#Maintained in linux-config.org
<<<<<<< HEAD
TMUX= tmux new -A -s "AIS" AIScatcher
```
@ -3204,15 +3195,7 @@ Used in conjunction with [AIS-dispatcher](https://www.aishub.net/ais-dispatcher)
```bash
#!/usr/bin/env bash
#Maintained in linux-config.org
AIS-catcher -d:0 -u 127.0.0.1 2345
=======
runAIS(){
AIS-catcher -d:0 -u 127.0.0.1 2345
}
# TMUX= tmux new -A -s "AIS" runAIS
TMUX= tmux new -A -s "AIS" AIS-catcher -d:0 -u 127.0.0.1 2345
>>>>>>> d775199107292a943092426c17a90d51476da7d4
AIS-catcher -d:0 -u 127.0.0.1 2345
```
@ -3472,11 +3455,7 @@ make --always-make --dry-run \
## ~/bin/pulse-volume
<<<<<<< HEAD
pulse/pipeline volume control. Pass in a volume string to change the volume (man pactl) or on/off/toggle. It wont allow larger than 100% volume. Always returns the current volume volume/status. See [examples](#orge6dcd0d).
=======
pulse/pipeline volume control. Pass in a volume string to change the volume (man pactl) or on/off/toggle. It wont allow larger than 100% volume. Always returns the current volume volume/status. See [examples](#orgf8eca47).
>>>>>>> d775199107292a943092426c17a90d51476da7d4
pulse/pipeline volume control. Pass in a volume string to change the volume (man pactl) or on/off/toggle. It wont allow larger than 100% volume. Always returns the current volume volume/status. See [examples](#org8f5b2ab).
```bash
#!/usr/bin/env bash
@ -3512,11 +3491,7 @@ echo "$(getVolume)"
```
<<<<<<< HEAD
<a id="orge6dcd0d"></a>
=======
<a id="orgf8eca47"></a>
>>>>>>> d775199107292a943092426c17a90d51476da7d4
<a id="org8f5b2ab"></a>
### Examples:

View file

@ -1,12 +1,3 @@
#!/usr/bin/env bash
#Maintained in linux-config.org
<<<<<<< HEAD
TMUX= tmux new -A -s "AIS" AIScatcher
=======
runAIS(){
AIS-catcher -d:0 -u 127.0.0.1 2345
}
# TMUX= tmux new -A -s "AIS" runAIS
TMUX= tmux new -A -s "AIS" AIS-catcher -d:0 -u 127.0.0.1 2345
>>>>>>> d775199107292a943092426c17a90d51476da7d4

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
#Maintained in linux-config.org
AIS-catcher -d:0 -u 127.0.0.1 2345
AIS-catcher -d:0 -u 127.0.0.1 2345

View file

@ -3633,7 +3633,6 @@ Used in conjunction with [[https://www.aishub.net/ais-dispatcher][AIS-dispatcher
#+begin_src bash :tangle "~/bin/AIS"
#!/usr/bin/env bash
#Maintained in linux-config.org
<<<<<<< HEAD
TMUX= tmux new -A -s "AIS" AIScatcher
#+end_src
@ -3642,16 +3641,8 @@ Used in conjunction with [[https://www.aishub.net/ais-dispatcher][AIS-dispatcher
#+begin_src bash :tangle "~/bin/AIScatcher"
#!/usr/bin/env bash
#Maintained in linux-config.org
AIS-catcher -d:0 -u 127.0.0.1 2345
=======
runAIS(){
AIS-catcher -d:0 -u 127.0.0.1 2345
}
# TMUX= tmux new -A -s "AIS" runAIS
TMUX= tmux new -A -s "AIS" AIS-catcher -d:0 -u 127.0.0.1 2345
>>>>>>> d775199107292a943092426c17a90d51476da7d4
#+end_src
AIS-catcher -d:0 -u 127.0.0.1 2345
#+end_src
** one commands
if it exists jump to it else start it
*** ~/bin/oneinstance