| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add new Corner layout to keep the master window in the corner. | Josh Rahm | 2021-11-05 |
| | | | | | | As a part of this add the Rotatable layout modifier that can rotate the windows 90 degrees using Shift+Mod+r. | ||
| * | Change keys to use mod+shift+/- to change the size for Mosaic. | Josh Rahm | 2021-11-04 |
| | | |||
| * | Change the strut behavior. | Josh Rahm | 2021-11-03 |
| | | | | | | It wasn't working as expected for flips. This is because the avoidStructs layout modifier was too low in the layout stack. | ||
| * | Add ability to truncate xmobar output. | Josh Rahm | 2021-11-03 |
| | | | | | | | | | This is done by removing all visible characters after a certain point. Right now that's set to 70, which was found just via trial-and-error. This will break if something has '>' or '<' and this will not be able to handle xmobar's 'raw' tag, but it's good enough. | ||
| * | Added MosaicAlt Layout. Changed weather icon to use moon icon for 'clear' | Josh Rahm | 2021-11-03 |
| | | |||
| * | Add ability to flip the layout with mod-f. | Josh Rahm | 2021-11-02 |
| | | |||
| * | Rework keys | Josh Rahm | 2021-11-02 |
| | | | | | | | | | | | | Finally removed the buggy hjkl navigation in favor of a more traditional key bindings: - h,l move between windows like Tab and S-Tab - j,k adjust the master window size Added ability to swap current window with a marked window using S-'-<mark>. | ||
| * | More XMobar sexiness. | Josh Rahm | 2021-11-02 |
| | | | | | | Revamped the install script to make it easier to handle the install process. | ||
| * | Add more DMenu integration & Add ability to change the spacing with ↵ | Josh Rahm | 2021-11-01 |
| | | | | | Mod+Shift+[]. | ||
| * | Make the startup script segregate commands for different hosts. | Josh Rahm | 2021-11-01 |
| | | |||
| * | Add passmenu integrations. | Josh Rahm | 2021-11-01 |
| | | |||
| * | Change Mod key to hyper & pimp out my DMenu. | Josh Rahm | 2021-10-29 |
| | | |||
| * | Added xev to float. Added keybindings for programmer dvorak | Josh Rahm | 2021-10-11 |
| | | |||
| * | Change how clicking works. Allow click through on focus and change focus to ↵ | Josh Rahm | 2020-04-22 |
| | | | | | current window when pressing the mouse macro buttons. | ||
| * | Add the ability to swap screens using Mod4-Mod1-aoe | Josh Rahm | 2020-04-07 |
| | | |||
| * | Add some bindings for the other buttons on the mouse | Josh Rahm | 2020-03-26 |
| | | |||
| * | Move logic from Keys.hs to Lib.hs. | Josh Rahm | 2020-03-26 |
| | | | | | | | Added an monad XPlus that holds extra state with the MarkContext, etc. This should make it easier to handle as more and more state accrues over time. | ||
| * | Added ability to cycle linearly through workspaces with win-N and win-P | Josh Rahm | 2020-03-20 |
| | | |||
| * | Change the suspend from pm-suspend to systemctl suspend | Josh Rahm | 2020-02-25 |
| | | |||
| * | Added ability to swap workspaces. | Josh Rahm | 2020-02-21 |
| | | |||
| * | Make some changes specific to my laptop | Josh Rahm | 2020-02-21 |
| | | |||
| * | stable ordering for Xinerama screens | Josh Rahm | 2020-02-10 |
| | | |||
| * | Add keys to shift betweev Xinerama screens | Josh Rahm | 2020-02-07 |
| | | |||
| * | Add accordion and circle layouts | Josh Rahm | 2020-02-07 |
| | | |||
| * | Add LayoutModifier that ollows windows to be zoomed on with modm-z. When ↵ | Josh Rahm | 2020-02-07 |
| | | | | | this happens, the window will float in the middle of the screen. | ||
| * | Multiple changes. Mostly added a prompt to quickly switch between windows by ↵ | Josh Rahm | 2020-02-06 |
| | | | | | fuzzy-finding them | ||
| * | Add ability to fuzzy find and jump to a window based on a prompt | Josh Rahm | 2020-02-05 |
| | | |||
| * | Now any AlphaNumeric character can be a workspace | Josh Rahm | 2020-02-05 |
| | | |||
| * | More minor aesthetic changes to XMobar | Josh Rahm | 2020-02-03 |
| | | |||
| * | Add Tilda and MPV float classes + XScreenSaver lock/suspend shortcut. | Josh Rahm | 2020-02-02 |
| | | |||
| * | Add MPlayer exception and add ability to retile floating windows with ↵ | Josh Rahm | 2020-02-02 |
| | | | | | Mod-Shift-t | ||
| * | Add kill shortcut as Mod-Shift-C | Josh Rahm | 2020-02-02 |
| | | |||
| * | Support for DRun + Start some support for Tilda although it seems to be not ↵ | Josh Rahm | 2020-02-02 |
| | | | | | wanting to cooperate. | ||
| * | First XMonad-JRahm Commit | Josh Rahm | 2020-02-01 |
| Have an install script to install XMonad-jrahm on the expected platform. | |||