You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I eval (use-modules (guile-wm module tiling)), then execute command start-tiling!, I can tile windows. Seems to work, but I'd like to figure out how to get it enabled at startup.
I'm not sure how to execute commands at the REPL, I get errors back if I eval (run-command COMMAND-AS-STRING). I can only execute with a keybinding.
The text was updated successfully, but these errors were encountered:
jpe90
changed the title
figure out/fix how to do tiling
enable tiling at startup and bind tiling commands in default config
Apr 10, 2022
If I eval
(use-modules (guile-wm module tiling))
, then execute commandstart-tiling!
, I can tile windows. Seems to work, but I'd like to figure out how to get it enabled at startup.I'm not sure how to execute commands at the REPL, I get errors back if I eval
(run-command COMMAND-AS-STRING)
. I can only execute with a keybinding.The text was updated successfully, but these errors were encountered: