stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] Using run-or-raise to manage pre-configured windows in atmux ses


From: Michael Raskin
Subject: [STUMP] Using run-or-raise to manage pre-configured windows in atmux session
Date: Wed, 09 Apr 2014 18:47:47 +0400

>Is it possible to set (run-or-raise), that when a keybinding calls a function 
>that excutes it, will go to my configured mlterm, and then run the command 
>like "tmux select-window mutt" after raising the current mlterm session?  
>StumpWM is pretty fast as it is, but this would make StumpWM the best 
>experience I ever had on Linux.
>
>I am sure this is going to be a macro of some kind and is most certainly not 
>default behavior.  Any pointers would be very welcome.  If anyone has done 
>this, or knows someone who has, I would love a link to any .stumpwmrc file.

If I understand you correcly, you need run-or-raise and then 
run-shell-command in the defcommand body.


(defcommand something () ()
  "Description"
  (run-or-raise …)
  (run-shell-command "tmux …")
  )






reply via email to

[Prev in Thread] Current Thread [Next in Thread]