aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm
Commit message (Collapse)AuthorAge
...
* Add type-static way to get the length of a LayoutListJosh Rahm2022-10-09
|
* Move LayoutDraw -> Layout.DrawJosh Rahm2022-10-09
|
* Clean up LayoutList and move to Layout.ListJosh Rahm2022-10-09
|
* noMod -> (noMod -|- justMod)Josh Rahm2022-10-09
|
* Change keys to make H+Space a leader key for doing layout related stuff. Not ↵Josh Rahm2022-10-09
| | | | sure how I feel about it right now; it'll take some getting used to.
* Clean up Poppable so it's a proper proxy to the underlying layout rather ↵Josh Rahm2022-10-09
| | | | than a LayoutModifier.
* Make spacing specific to the current layout rather than all layouts. Not ↵Josh Rahm2022-10-09
| | | | sure how I feel about it, but Imma try it out
* Add another layout modifier to add a hole.Josh Rahm2022-10-09
| | | | | | | This is mostly an academic exercise, as there's probably not much reason to put a hole in the layout, but I must admit that sometimes is aesthetically pleasing to see a little more desktop wallpaper in some cases.
* Move Rahm.Desktop.Layout.Layout to Rahm.Desktop.LayoutJosh Rahm2022-10-09
|
* Break out the ModifyDescription into its own file.Josh Rahm2022-10-09
|
* Break Rotate into it's own file.Josh Rahm2022-10-09
|
* Break the Flippable modifiers into their own file.Josh Rahm2022-10-09
| | | | This also combines the two into a single type.
* Change LayoutDraw so mosaic looks a little more interesting.Josh Rahm2022-10-09
|
* Fix bug with Poppable where it was passing the Resize to the underlying layout.Josh Rahm2022-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 Rahm2022-10-09
| | | | Much cleaner.
* Add right click to move current window to a workspace.Josh Rahm2022-10-09
|
* Add clickable workspaces to XMobar.Josh Rahm2022-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 Rahm2022-10-09
| | | | stack file.
* Rename Internal to Rahm.DesktopJosh Rahm2022-10-09