| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Move LayoutDraw -> Layout.Draw | Josh Rahm | 2022-04-12 |
| | | |||
| * | Add right click to move current window to a workspace. | Josh Rahm | 2022-04-11 |
| | | |||
| * | Add clickable workspaces to XMobar. | Josh Rahm | 2022-04-11 |
| | | | | | | | | | | | | | 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-04-10 |
| | | | | | stack file. | ||
| * | Rename Internal to Rahm.Desktop | Josh Rahm | 2022-04-10 |