aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add ButtonMasks. Not function. Experimental to try and handle dealing with ↵experimental_mouse_maskJosh Rahm2022-04-01
| | | | multiple buttons as masks.
* More experimental MouseMotionJosh Rahm2022-04-01
|
* Add a bunch more documentation and ability to see that documentationJosh Rahm2022-03-31
|
* basic ability teo generate configJosh Rahm2022-03-30
|
* Starting new branch to experimentally add documentation to KeyBindings.Josh Rahm2022-03-30
| | | | | | | | | | | | | | | | | | | | The hope is to get to a point where documentation can be automatically generated for key bindings, while keeping as much of the existing DSL unchanged as possible. The goal is to have something like: bind xK_h $ do doc "Set focus to the next window in the stack" justMod nextWindow doc "Swap this window with the next window in the stack." shiftMod shiftNextWindow Then "theoretically" a markdown/latex/text file can be generated with documentation for each of those bindings and have the documentation automatically update if the keys change.
* --amendJosh Rahm2022-03-29
|
* Fixed bug where multiple configures would override previous configures for ↵Josh Rahm2022-03-29
| | | | window-specific bindings
* Remove trailing whitespaceJosh Rahm2022-03-29
|
* Add a DSL for configuring Window-Specific bindings and move it into the ↵Josh Rahm2022-03-29
| | | | Keys.hs file.
* Fix things that Hlint is complaining about.Josh Rahm2022-03-28
|
* Merge branch 'v017' of git.josher.dev:rde into v017Josh Rahm2022-03-28
|\
| * Add firefox to the browsers listJosh Rahm2022-03-28
| |
* | Forgot to add the Swallow.hs fileJosh Rahm2022-03-28
|/
* add swallow behavior. Add more Chrome bindings.Josh Rahm2022-03-28
|
* Figured out the flakiness was due to withAll only applying to windows on the ↵Josh Rahm2022-03-28
| | | | current workspace instead of _all_ windows. Poor naming.
* Add (some) ability to send keys to other windowsJosh Rahm2022-03-28
|
* Remove the bindings from the old mouse. Now I have a better, more ↵Josh Rahm2022-03-28
| | | | programmable mouse I can use.
* Move Intercept to RebindKeys. Remove the intercept subsystem as it was ↵Josh Rahm2022-03-28
| | | | experimental and I do not have a real use for it anymore.
* Add NoPersist and use it in Logger.hsJosh Rahm2022-03-28
|
* Merge branch 'v017' of josher.dev:rde into v017Josh Rahm2022-03-28
|\
| * Merge branch 'v017' of git.josher.dev:rde into v017Josh Rahm2022-03-28
| |\
| * \ Merge branch 'v017' of git.josher.dev:rde into v017Josh Rahm2022-03-21
| |\ \
| * | | Add set backlight keys. Have not yet committed the set-backlight.sh script yetJosh Rahm2022-02-11
| | | |
* | | | Add Brave to list of browsers to intercept keystrokes. Add mouse bindingns ↵Josh Rahm2022-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for dragging and resizing. button13+LeftMouse = Drag button13+RightMouse = Resize button13+button13 = retile
* | | | Merge branch 'v017' of josher.dev:rde into v017Josh Rahm2022-03-25
|\ \ \ \ | | |_|/ | |/| |
| * | | Another Chrome binding added.Josh Rahm2022-03-25
| | | | | | | | | | | | | | | | | | | | | | | | There's a bug where it seems the mappings are applied inconsistently after a restart. Not sure what causes that. Seems bouncing XMonad again fixes it.
| * | | Added a way to do per-window bindings in XMonad.Josh Rahm2022-03-25
| | | | | | | | | | | | | | | | | | | | | | | | This is particularly great for Chrome where one cannot remap the built-in bindings and some built-in bindings are really dumb (looking at you Ctrl+w!!).
| * | | Add more mouse motions. Add bindings for navigation to button15+<>Josh Rahm2022-03-24
| | |/ | |/|
* | | Merge branch 'v017' of josher.dev:rde into v017Josh Rahm2022-03-18
|\| |
| * | Add experimental motion events. Not super useful at the moment, but might be ↵Josh Rahm2022-03-18
| | | | | | | | | | | | in the future.
| * | Minor fixes to weather and bluetooth scripts.Josh Rahm2022-03-18
| | |
| * | Ability to submap the mouse. Added bindings for my Logitech G502 Hero.Josh Rahm2022-03-18
| |/
| * Better mediaJosh Rahm2022-01-17
| |
| * add more emoticons. Fix emoticon script.Josh Rahm2022-01-16
| |
| * Support for subdirectories in LibraryJosh Rahm2022-01-13
| |
* | Merge branch 'v017' of josher.dev:rde into v017Josh Rahm2022-01-14
|\|
| * Added ability to control volume with <C-v>hhhh* and <C-v><C-llll*Josh Rahm2022-01-13
| |
| * Added library-view.sh and bound it to <C-z>oJosh Rahm2022-01-13
| |
| * added more emoticonsJosh Rahm2022-01-12
| |
| * Add NERD font glyphs to unicode selectorJosh Rahm2022-01-11
| |
| * Fix so that <S--> shrinks the alt window, not expand itJosh Rahm2022-01-11
| |
| * added more emoticonsJosh Rahm2022-01-11
| |
| * Better Rofi integrationJosh Rahm2022-01-11
| |
| * changes to rofi configJosh Rahm2022-01-10
| |
* | Merge branch 'v017' of josher.dev:rde into v017Josh Rahm2022-01-10
|\|
| * minor changes to rofi configJosh Rahm2022-01-10
| |
| * minor changes with rofiJosh Rahm2022-01-10
| |
| * Convert run menus over to Rofi.Josh Rahm2022-01-10
| | | | | | | | This makes things prettier and rofi is more feature rich than DMenu.
| * Add emoticon-select.Josh Rahm2022-01-10
| | | | | | | | | | | | It's the same as emoji select, but with emoticons. Key bound to <C-z>E (capital E, as opposed to <C-z>e for emojis)
| * Change the Prompt for setting the sink.Josh Rahm2022-01-10
| |