syncrclone-htop doesnt run terminal too - caller needs to do that.

this way can use over ssh
This commit is contained in:
rileyrg 2023-11-22 16:05:53 +01:00
parent 8d7fbb1546
commit f7ca715c69
4 changed files with 10 additions and 10 deletions

View file

@ -1115,7 +1115,7 @@ I want a key to create and then toggle a terminal.
bindsym $mod+Control+g exec oneterminal "lldb"
bindsym $mod+Control+o exec xmg-neo-rgb-kbd-lights toggle && x-backlight-persist restore
bindsym $mod+Control+p exec sway-htop
bindsym $mod+Control+s exec syncrclone-htop
bindsym $mod+Control+s exec alacritty -e syncrclone-htop
bindsym $mod+Control+Shift+p exec htop-regexp
bindsym $mod+Control+t exec sway-notify "Opening NEW terminal instance" && alacritty -e zsh
@ -2012,7 +2012,7 @@ but in both cases we check if it exists in the sway tree, and, if not, set it it
notify-send -t 3000 "${@}" || true
<a id="orgcfebc8e"></a>
<a id="org4989742"></a>
### ~/bin/sway/sway-screen
@ -2058,7 +2058,7 @@ See <https://www.reddit.com/r/swaywm/comments/10ys0oy/comment/j80lu88/?context=3
### ~/bin/sway/sway-screen-menu
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#orgcfebc8e).
Gui to select a display and enable/disable it. Calls down to [~/bin/sway/sway-screen](#org4989742).
:ID: 82455cae-1c48-48b2-a8b3-cb5d44eeaee9
@ -3343,7 +3343,7 @@ strip debug info and store elsewhere
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](#org2614eeb).
See [examples](#org459d080).
#!/usr/bin/env bash
# Maintained in linux-config.org
@ -3377,7 +3377,7 @@ See [examples](#org2614eeb).
echo "$(getVolume)"
<a id="org2614eeb"></a>
<a id="org459d080"></a>
### Examples:
@ -3676,7 +3676,7 @@ See [XMGNeo 15 keyboard backlight controller](https://github.com/pobrn/ite8291r3
#!/usr/bin/env bash
# Maintained in linux-config.org
alacritty -e htop -p $(pgrep -f syncrclone | tr '\n' ',')
htop -p $(pgrep -f syncrclone | tr '\n' ',')
### ~/bin/syncrclone-mail

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# Maintained in linux-config.org
alacritty -e htop -p $(pgrep -f syncrclone | tr '\n' ',')
htop -p $(pgrep -f syncrclone | tr '\n' ',')

View file

@ -283,7 +283,7 @@ bindsym $mod+Control+u exec lldb-ui "/home/rgr/development/education/Udemy/Udemy
bindsym $mod+Control+g exec oneterminal "lldb"
bindsym $mod+Control+o exec xmg-neo-rgb-kbd-lights toggle && x-backlight-persist restore
bindsym $mod+Control+p exec sway-htop
bindsym $mod+Control+s exec syncrclone-htop
bindsym $mod+Control+s exec alacritty -e syncrclone-htop
bindsym $mod+Control+Shift+p exec htop-regexp
bindsym $mod+Control+t exec sway-notify "Opening NEW terminal instance" && alacritty -e zsh

View file

@ -1904,7 +1904,7 @@ A basic [[https://github.com/yory8/clipman][clipboard manager]] for Wayland, wit
bindsym $mod+Control+g exec oneterminal "lldb"
bindsym $mod+Control+o exec xmg-neo-rgb-kbd-lights toggle && x-backlight-persist restore
bindsym $mod+Control+p exec sway-htop
bindsym $mod+Control+s exec syncrclone-htop
bindsym $mod+Control+s exec alacritty -e syncrclone-htop
bindsym $mod+Control+Shift+p exec htop-regexp
bindsym $mod+Control+t exec sway-notify "Opening NEW terminal instance" && alacritty -e zsh
#+end_src
@ -4464,7 +4464,7 @@ https://github.com/Jwink3101/syncrclone
#+begin_src bash :tangle "~/bin/syncrclone-htop"
#!/usr/bin/env bash
# Maintained in linux-config.org
alacritty -e htop -p $(pgrep -f syncrclone | tr '\n' ',')
htop -p $(pgrep -f syncrclone | tr '\n' ',')
#+end_src
*** ~/bin/syncrclone-mail
#+begin_src bash :tangle "~/bin/syncrclone-mail"