aboutsummaryrefslogtreecommitdiff
path: root/src/Internal/Layout.hs
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'josher/master'masterJosh Rahm2021-11-08
|\
| * minor fixes and whatnotJosh Rahm2021-11-08
| |
* | Fix calculating position for rotation layout modifierJosh Rahm2021-11-08
|/
* Add new Corner layout to keep the master window in the corner.Josh Rahm2021-11-05
| | | | | As a part of this add the Rotatable layout modifier that can rotate the windows 90 degrees using Shift+Mod+r.
* Clean up LayoutDraw.hsJosh Rahm2021-11-04
|
* Fixed huuuuge bug related to dynamicLogWithPP.Josh Rahm2021-11-04
| | | | | | | | | | | dynamicLogWithPP does not support Unicode properly!! It was encoding each "Char" (32 bits in Haskell, mind you!) to a utf-8 byte instead of a codepoint. The result was a butchared faux-utf8 encoded string. This was causing xmobar to crash with unicode + my truncating code. I have now moved away from dynamicLogWithPP and am writing my own log string manually. It's better this way anyway; less hacky; more fine-grained control.
* Change the strut behavior.Josh Rahm2021-11-03
| | | | | It wasn't working as expected for flips. This is because the avoidStructs layout modifier was too low in the layout stack.
* Killed Dependency on Cairo. Vastly improved layout experience.Josh Rahm2021-11-03
|
* Added MosaicAlt Layout. Changed weather icon to use moon icon for 'clear'Josh Rahm2021-11-03
|
* Add ability to flip the layout with mod-f.Josh Rahm2021-11-02
|
* Synchronize with the look on photonJosh Rahm2021-11-02
|
* Set alacritty to be default terminal and avoid strutsJosh Rahm2021-10-09
|
* Remove unused AlterZoom datatypeJosh Rahm2020-02-10
|
* Small changes to colorscheme. Get rid of accordion and circle layoutsJosh Rahm2020-02-10
|
* Add accordion and circle layoutsJosh Rahm2020-02-07
|
* Add LayoutModifier that ollows windows to be zoomed on with modm-z. When ↵Josh Rahm2020-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 Rahm2020-02-06
| | | | fuzzy-finding them
* Add ability to fuzzy find and jump to a window based on a promptJosh Rahm2020-02-05
|
* Add ability to show layout format!Josh Rahm2020-02-03
|
* First XMonad-JRahm CommitJosh Rahm2020-02-01
Have an install script to install XMonad-jrahm on the expected platform.