aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Overhaul how Wml is implemented.Josh Rahm2024-02-04
* Merge branch 'main' into wip_mapping_keycodesJosh Rahm2024-02-03
|\
| * Reverse keybindings between xK_x and Space,xK_xJosh Rahm2024-02-03
| * Add Firefox to the browsers listJosh Rahm2024-02-01
* | Break out some stuff in Dsl2.Josh Rahm2024-02-03
* | Configure some more mod3 keys; add a test mod2 key.Josh Rahm2024-02-02
* | Add support for root-level keycode mappings.Josh Rahm2024-02-02
* | Add limited ability to bind directly to keycodes.Josh Rahm2024-01-31
|/
* Fix the XMobar actions to use Super istead of HyperJosh Rahm2024-01-30
* Add movement keybindings to Mod3.Josh Rahm2024-01-30
* Add ability to move floating windows around using mod+shift+{l,h}Josh Rahm2024-01-30
* Add Keybinding to remove the border from a window.Josh Rahm2024-01-30
* Switch back to using mod4 as the main key with XMonad. Using the hyper key is...Josh Rahm2024-01-29
* Change binding for launching xterm. Add bindings for killing XMonad.Josh Rahm2024-01-29
* Add <M-a> and <S-M-a> to cycle between monitors.Josh Rahm2024-01-29
* Change the default workspaces to use some of my common letters first.Josh Rahm2024-01-26
* Moving away from the a, o, e keybindings. Change f to 'focus'Josh Rahm2024-01-26
* Add withNextWorkspaceOrKey.Josh Rahm2024-01-26
* Remove broken smartBorders from layoutJosh Rahm2023-12-29
* Add ability to add a hole to the layout. Doesn't work perfectly.Josh Rahm2023-12-18
* Add some documentation to Dsl2.hsJosh Rahm2023-12-14
* Move the pinnable layout to outside the avoidStruts layout. This fixes the sm...Josh Rahm2023-12-13
* Fix issue where pointer and keyboard were not being properly ungrabbed.Josh Rahm2023-12-13
* Added documentation ability for Dsl2 keys.Josh Rahm2023-12-13
* Add multi-select Rofi support and allow multiselect for windows.Josh Rahm2023-12-13
* Replacing existing binder DSL with a better and more expressive DSL.Josh Rahm2023-12-13
* Make button 15 escape from the window selection submodeJosh Rahm2023-12-12
* Fixed workspace mouse movements to be more intuitive.Josh Rahm2023-12-11
* Some better handling for pinned windows.Josh Rahm2023-12-09
* Added BorderColors.hsJosh Rahm2023-12-09
* Fix some dragging behavior. Remove some conflicting bindings.Josh Rahm2023-12-08
* Fix withWindowsUnpinned to not pin unpinned windows after the function is com...Josh Rahm2023-12-08
* Fix issue where submapping keys does not work with numlock onJosh Rahm2023-12-08
* Got the pin window layout to work. It works better than the main branch for n...pinwindowJosh Rahm2023-12-08
* WIP trying to use pin-window as a layout. Not really working too wellJosh Rahm2023-12-07
* Clean the mask for button submaps.Josh Rahm2023-12-06
* Add duplicate windowJosh Rahm2023-12-06
* Add new 'selected windows' featureJosh Rahm2023-12-06
* Add rudimentary float for when a chrome tab is ripped out of a Chrome instance.Josh Rahm2023-12-06
* Bunch of changes. Not good git ettiquiteJosh Rahm2023-12-06
* Fixed problem with the hole layout where it was not passing on the focused wi...Josh Rahm2023-12-05
* Still a work-in-progress, but better dragging window.Josh Rahm2023-12-05
* Catch printf exceptions in logs to avoid having rde crash for stupid reasonsJosh Rahm2023-12-05
* Add ability to tile-dragJosh Rahm2023-12-05
* Added a couple of draggable bindings.Josh Rahm2023-12-04
* Better history. Works even when non-current screens changeJosh Rahm2023-12-04
* Add ability to swap two workspaces with the W commandJosh Rahm2023-12-04
* Fix bug in master swapping where the last window is not scoped to a tag.Josh Rahm2023-12-04
* Change the rotate-screen-left/right to just swap current screen with left/rig...Josh Rahm2023-12-04
* Minor code improvementsJosh Rahm2023-11-30