| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Change LayoutDraw so mosaic looks a little more interesting. | Josh Rahm | 2022-10-09 | |
| | | ||||
| * | Fix bug with Poppable where it was passing the Resize to the underlying layout. | Josh Rahm | 2022-10-09 | |
| | | | | | | Unfortunately it's a little hacky how this ended up working, but I don't have a great solution yet. | |||
| * | Rename Zoom to Pop and move into its own Module. | Josh Rahm | 2022-10-09 | |
| | | | | | Much cleaner. | |||
| * | Add right click to move current window to a workspace. | Josh Rahm | 2022-10-09 | |
| | | ||||
| * | Add clickable workspaces to XMobar. | Josh Rahm | 2022-10-09 | |
| | | | | | | | | | | | | | This is using xdotool to send a keystroke, which is not the best way to do this. In fact, a proper server protocol would be better, but this is how it is at the momement unfortunately. There is a problem where trying to use xdotool to send a key for a multibyte character will cause all events to freeze on XMonad for some reason, so these actions are guarded so only 'a-zA-Z0-9' are clickable and the rest are not, which is /okay/, I don't use unicode workspaces that often. | |||
| * | More refactoring. Started breaking up Layout. Moved Language extensions into ↵ | Josh Rahm | 2022-10-09 | |
| | | | | | stack file. | |||
| * | Rename Internal to Rahm.Desktop | Josh Rahm | 2022-10-09 | |