Ebeem

Results 34 comments of Ebeem

Hey, thanks for checking out guile-swayer I can totally understand how you feel, I too came from stumpwm and I would like to highlight some points that may help you...

The python script is just a dummy empty gtk application that will act like a placeholder for new splits The idea is, always create an empty window after splitting, once...

I could solve it by modifying the `extract-field` macro to check for null values in addition to the pair check ```scheme (let-syntax ((extract-field (syntax-rules () ((_ table (field key scm->value...