Issue 577 in xmonad: Add new master pane client count control command

Status: New Owner: ---- New issue 577 by m...@mired.org: Add new master pane client count control command https://code.google.com/p/xmonad/issues/detail?id=577 What steps will reproduce the problem? 1. Follow my usage for a while. 2. Note that I often send "IncMasterN" instead of "DecMasterN" by accident. 3. Also note that I pretty much never have more than two clients in the master pane. What is the expected output? What do you see instead? I expect to not reach unused configurations by accident. I expect the WM to allow a configuration that prevents that. What version of the product are you using? On what operating system? 0.11 on FreeBSD 10. Are you using an xmonad.hs? Please attach it and the output of "xmonad --recompile". Not completely relevant. Please provide any additional information below. The attached patch file adds a new Message type to the Tall layout (I didn't see where it should be added to other layouts). The message is called "SplitMaster", and has no arguments. It fixes the first issue by setting the client count to the master pane to 1 if it's not currently 1, thus providing a quick way to get back to that setting. It solves the second issue by changing the client count for the master pane to 2 if it's currently 1, effectively making it a toggle between the two modes of a split master pane and an unsplit master pane. Attachments: xmd 3.7 KB -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings

Comment #1 on issue 577 by m...@mired.org: Add new master pane client count control command https://code.google.com/p/xmonad/issues/detail?id=577 Attach a Darcs-format patch from Devin Mullins Attachments: splitmaster_-a-new-tall-message.dpatch 9.6 KB -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings

Comment #2 on issue 577 by m...@mired.org: Add new master pane client count control command https://code.google.com/p/xmonad/issues/detail?id=577 Can be closed - Devin provided an example of doing this in the config file. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings

Updates: Status: Fixed Comment #3 on issue 577 by m...@twifkak.com: Add new master pane client count control command https://code.google.com/p/xmonad/issues/detail?id=577 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com