aboutsummaryrefslogtreecommitdiff
path: root/src/Rahm/Desktop/Keys.hs
Commit message (Expand)AuthorAge
...
* More consistent handling with button mapping.Josh Rahm2022-11-22
* Remove some unused key bindings to help simplify thingsJosh Rahm2022-11-22
* withPendingBuffer -> pushPendingBuffer.Josh Rahm2022-11-22
* Better implementation of the pending buffer. Still need to iron out some bugs.Josh Rahm2022-11-22
* Rudimentary pending buffer shown in Xmobar.Josh Rahm2022-11-21
* Format with ormolu.Josh Rahm2022-11-21
* Remove border-width change for shifting windows.Josh Rahm2022-11-20
* Rebind theater selection to M-S-g instead of M-C-g.Josh Rahm2022-11-20
* Add "Theaters" to RDE.Josh Rahm2022-11-20
* Change term "Theater" -> "Desktop"Josh Rahm2022-11-20
* Merge remote-tracking branch 'origin/v017' into v017Josh Rahm2022-11-20
|\
| * Add "Theater" concept.Josh Rahm2022-11-18
| * Change up the override keys for browsersJosh Rahm2022-06-08
| * Change WML workspaces to have a Maybe name.Josh Rahm2022-05-01
| * Add Bordering layout.Josh Rahm2022-04-28
| * Add M-S-s to swap windows with eachotherJosh Rahm2022-04-24
| * Roll Windows.hs into R.D.StackSetJosh Rahm2022-04-24
| * Roll ScreenRotate into StackSetJosh Rahm2022-04-24
| * Add R.D.StackSet as a replacement for StackSet.Josh Rahm2022-04-24
| * Run hlintJosh Rahm2022-04-22
| * Some new styling and better logging capabilitesJosh Rahm2022-04-22
| * Infrastructure for better logging, finally!Josh Rahm2022-04-22
| * Add macro support to WML.Josh Rahm2022-04-20
| * Highlight windows for marking tooJosh Rahm2022-04-18
| * Change window border when selecting windowsJosh Rahm2022-04-18
| * Rename Lang to WindowManagementLanguage (Moved to Wml.hs). Add more features ...Josh Rahm2022-04-18
| * Extend marking language to the mark command itselfJosh Rahm2022-04-18
| * Add basic language for moving windows aroundJosh Rahm2022-04-18
| * Starting to implement window management languageJosh Rahm2022-04-17
| * Merge branch 'v017' of josher.dev:rde into v017Josh Rahm2022-04-16
| |\
| | * fix some hlint warningsJosh Rahm2022-04-16
| | * Make history much, much more reliable.Josh Rahm2022-04-15
| * | Switch Ctrl-i and Ctrl-d for chrome bindingsJosh Rahm2022-04-16
| |/
| * Some changes to markingJosh Rahm2022-04-14
| * Rename KeysM -> Keys/DslJosh Rahm2022-04-14
| * Minor changesJosh Rahm2022-04-14
| * Make workspaces more consistentJosh Rahm2022-04-14
| * [WIP] Working on better workspacesJosh Rahm2022-04-13
| * Add ConsistentMosaic, a wrapper to make Mosaic more consistent.Josh Rahm2022-04-13
| * Fix repeatable key to do an action when first pressed.Josh Rahm2022-04-12
| * Add type-static way to get the length of a LayoutListJosh Rahm2022-04-12
| * Clean up LayoutList and move to Layout.ListJosh Rahm2022-04-12
| * noMod -> (noMod -|- justMod)Josh Rahm2022-04-12
| * Change keys to make H+Space a leader key for doing layout related stuff. Not ...Josh Rahm2022-04-12
| * Clean up Poppable so it's a proper proxy to the underlying layout rather than...Josh Rahm2022-04-12
| * Add another layout modifier to add a hole.Josh Rahm2022-04-12
| * Move Rahm.Desktop.Layout.Layout to Rahm.Desktop.LayoutJosh Rahm2022-04-12
| * Break out the ModifyDescription into its own file.Josh Rahm2022-04-12
| * Break the Flippable modifiers into their own file.Josh Rahm2022-04-12
| * Rename Zoom to Pop and move into its own Module.Josh Rahm2022-04-11