aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Remove NoPersist.hs. It is redundant to ExtensionClass.Josh Rahm2022-11-23
|
* Change to use minimal imports.Josh Rahm2022-11-23
| | | | | This is achieved by using `stack build --ghc-options=-ddump-minimal-imports` and looking for the *.imports files.
* Remove Swallow. It does not work well and is counter-productiveJosh Rahm2022-11-22
|
* Clean up import list in Keys.hsJosh Rahm2022-11-22
|
* Remove some layout bloat.Josh Rahm2022-11-22
| | | | | | | | Remove a bunch of esentially-unused layouts. Now the layouts are: - Spiral - Mosaic - Tall
* Bunch of changes to XMobarJosh Rahm2022-11-22
|
* Implement documentation for mouse bindings.Josh Rahm2022-11-22
|
* More consistent handling with button mapping.Josh Rahm2022-11-22
| | | | | Button mapping is now similar in architecture to KeyMapping. As a consequence it works with the pending buffer.
* 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
|
* WIP: trying to make the pending buffer betterJosh Rahm2022-11-21
|
* Rudimentary pending buffer shown in Xmobar.Josh Rahm2022-11-21
|
* Merge branch 'v017' of josher.dev:rde into v017Josh Rahm2022-11-21
|\
| * Update to xmobarJosh Rahm2022-11-21
| |
| * Enable LambdaCaseJosh Rahm2022-11-21
| |
| * Format with ormolu.Josh Rahm2022-11-21
| |
* | Add clickable Theaters to xmobar.Josh Rahm2022-11-21
|/
* Add better theater reporting to xmobarJosh Rahm2022-11-20
|
* 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
| | | | | | | | | | A "Theater" is basically the state of the "StackSet". This means that jumping to a Theater will reset all the windows to where they were when the user last left that theater, or an empty theater if there is not. New windows that a theater does not know about are put in the "hidden" workspace (which is "*").
* 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
| | | | | | | | | | | | | | This is the set of the current set of screens and workspaces. It can be saved and restored. In a sense it works like how most other tiling managers handle "workspaces" where one can change all screens at once. Not that it's a superior system to XMonad (it's not), but it's sometimes helpful.
| * Merge branch 'v017' of josher.dev:rde into v017Josh Rahm2022-08-19
| |\
| | * Disable swallow by defaultJosh Rahm2022-08-12
| | |
| | * Jumping to the black hole workspace will exit Xmonad (with confirmation).Josh Rahm2022-08-03
| | |
| | * Add preferred window for some Workspace jumps.Josh Rahm2022-08-03
| | | | | | | | | | | | | | | | | | | | | The wml workspace @w refers to the workspace that contains the window marked 'w', however when jumping to that workspace, an arbitrary window is focused. It's more intuitive to set focus to the window 'w'. This means that <H-g>@• is the same as <H-w>•.
| | * Add check for xK_Escape to end trynig ot type a Wml object.Josh Rahm2022-08-03
| | |
| | * Actually, change the workspace conditional operator.Josh Rahm2022-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was <l₀l₁w₀w₁ to condition on if l₀ is a subset of l₁, but this is redundant, instead add "?" that conditions of if l₀ is empty. So the new syntax is ?lw₀w₁ which is read, if the windowset l is not empty, then workspace w₀ else w₁. This is the same use-case as before. Handy for defining macros to, say, jump to Spotify if it's not on the current workspace, otherwise jump to the prior window. This is now accomplished with (assuming Spotify is marked 's'): <H-g>?&s@.'@s This reads as, if (?) the intersection between the Spotify window and the windows on the current workspace (&s@.) is not empty (if spotify is on the current window), go to the last workspace ('), otherwise go to the workspace Spotify is on (@s).
| * | Fix problem with bluetooth-select where the power options were not workingJosh Rahm2022-08-19
| |/
| * Add new conditional description for workspaces.Josh Rahm2022-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the "<" condition, it used as "in" i.e. "<l₀l₁w₀w₁" reads as "if l₀ is a subset of l₁, then w₀ else w₁" Useful for macro programming like, if Spotify is on the current workspace, then go back to where I came from, otherwise jump to Spotify. This can be achieved with the following (assuming Spotify is marked with "s"): "<H-g><s@.'@s" "if spotify (s) is in the set of the windows on the current screen (@.), jump back to where I came from (workspace '), otherwise goto the workspace spotify is on (@s)."
| * Add more Wml adjectives.Josh Rahm2022-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are: '~ws' - Associated workspace, which is the workspace of the toggled case. I.e. workspace ~w == W, or ~. is the toggled case of the current workspace. '=ws₀ws₁ws₂ws₃' ws₂ if name(ws₀) == name(ws₁) otherwise ws₃ while not _that_ helpful for interactive usage, it is useful for programming macros. I.e. to jump to Spotify, unless I'm already on spotify, in which case go back to where I was, I can record this macro on my keyboard: <Hyper-g>=.s's or a macro to jump back and forth between the current workspace and the associated workspace on the next monitor: <Hyper-g>=.~,.'~,.
| * Change up the override keys for browsersJosh Rahm2022-06-08
| |
| * Remove taking the screen count from the workspaces. It breaks docking the laptopJosh Rahm2022-05-13
| |
| * Change WML workspaces to have a Maybe name.Josh Rahm2022-05-01
| |
| * Add Bordering layout.Josh Rahm2022-04-28
| | | | | | | | | | | | The bordering layout can add windows along the border of the screen, that way something like videos or something can be shown in the corner of the screen.
| * 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
| | | | | | | | | | | | | | | | Right now all existing logs are logged at Info, but this will change. This should make it significantly easier to debug things wit log levels like Trace. I may at some point define more log level endpoints or come up with a more expressive logging system, but this is a good start.
| * Some changes to XMobar look and feelJosh Rahm2022-04-21
| |
| * Add macro support to WML.Josh Rahm2022-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Macros may be defined by using <M-d> <M-d>w begins defining a windowset macro <M-d>t begins defining a workspace macro The next character typed is the key chord to save the macro to. The next sequence of keys read up until the Return key is the macro value. This macro may then be used as WML objects. Macros are pretty primitive right now. I need to think about if it would be worthwhile to make these macros either take arguments or add some kind of state to WML a la sed to take a step to make the language Turing complete, and if such a development would actually be desirable. If anything it would be an academic exercise.
| * Add :: object to tile windows onto a workspaceJosh Rahm2022-04-19
| |
| * Add : object to reference floating windowsJosh Rahm2022-04-19
| |
| * Better alignment of xmobar widgetsJosh Rahm2022-04-19
| |