this is a lot of hoopla
This commit is contained in:
parent
9a0fdfefa8
commit
a8ee3f5c13
13 changed files with 151 additions and 42 deletions
|
@ -5,7 +5,7 @@ if [ $(pgrep -c emacsclient) -gt 0 ]; then
|
|||
|
||||
if [ $XDG_SESSION_TYPE = "x11" ]; then
|
||||
#X11
|
||||
emacsrg=$(wmctrl -lx | rg emacs | rg -v org-agenda | awk '{print $1}')
|
||||
emacsrg=$(wmctrl -lx | rg emacs.Emacs | rg -v org-agenda | awk '{print $1}')
|
||||
# echo $emacsrg
|
||||
|
||||
if [ -z $emacsrg ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue