mirror of
https://github.com/ebeem/guile-swayer.git
synced 2024-11-16 07:47:32 +01:00
add optional parameter in dispatcher to return command as a string
This commit is contained in:
parent
4c160d1d70
commit
d3cd64ce3c
2 changed files with 515 additions and 407 deletions
|
@ -123,8 +123,9 @@ The event listener thread is a Unix socket that waits for sway events. This must
|
|||
(thread-join! SWAY-LISTENER-THREAD)
|
||||
#+end_src
|
||||
|
||||
** Documentation (WIP)
|
||||
** Documentation
|
||||
|
||||
Refer to the wiki for more information.
|
||||
Most of the source code is documented. You can refer to =examples/stumpwm-like/init.scm= for a complex stumpwm like configuration example. Here are some important points to consider before hacking your Sway setup
|
||||
|
||||
*** Quick Start
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue