aboutsummaryrefslogtreecommitdiff
path: root/src
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.
* Merge branch 'master' of github.com:jrahm/xmonad-jrahmJosh Rahm2021-11-05
|\
| * Change keys to use mod+shift+/- to change the size for Mosaic.Josh Rahm2021-11-04
| |
* | Fix old bug.Josh Rahm2021-11-04
|/ | | | | | Old bug where shifting workspaces relatively using mod-n/p would not work as expected where visible workspaces without any windows would be skipped over or plain not work.
* Clean up LayoutDraw.hsJosh Rahm2021-11-04
|
* Break out the XMobar logging subroutines into its own module.Josh Rahm2021-11-04
|
* Remove extra log. Change trunc to be TCO-able.Josh 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.
* Display stdin ellipsis only if it makes the string shorter.Josh Rahm2021-11-03
| | | | i.e. would rather show 'My Title' rather than 'My Titl ...'
* Add ability to truncate xmobar output.Josh Rahm2021-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.
* Killed Dependency on Cairo. Vastly improved layout experience.Josh Rahm2021-11-03
|
* Finally, after much wailing and gnashing of teeth, fixed the Xmobar layout ↵Josh Rahm2021-11-03
| | | | icon issue!
* 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
|
* Rework keysJosh Rahm2021-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>.
* Synchronize with the look on photonJosh Rahm2021-11-02
|
* More XMobar sexiness.Josh Rahm2021-11-02
| | | | | Revamped the install script to make it easier to handle the install process.
* Changed how titles are parsed.Josh Rahm2021-11-02
|
* Big powerpill added to my XMonad and XMobar.Josh Rahm2021-11-02
|
* Add more DMenu integration & Add ability to change the spacing with ↵Josh Rahm2021-11-01
| | | | Mod+Shift+[].
* Merge branch 'master' of github.com:jrahm/xmonad-jrahmJosh Rahm2021-11-01
|\
| * add passmenuJosh Rahm2021-11-01
| |
* | Make the startup script segregate commands for different hosts.Josh Rahm2021-11-01
|/
* Add passmenu integrations.Josh Rahm2021-11-01
|
* Change Mod key to hyper & pimp out my DMenu.Josh Rahm2021-10-29
|
* Added xev to float. Added keybindings for programmer dvorakJosh Rahm2021-10-11
|
* Set alacritty to be default terminal and avoid strutsJosh Rahm2021-10-09
|
* Change how clicking works. Allow click through on focus and change focus to ↵Josh Rahm2020-04-22
| | | | current window when pressing the mouse macro buttons.
* Add the ability to swap screens using Mod4-Mod1-aoeJosh Rahm2020-04-07
|
* Add some bindings for the other buttons on the mouseJosh Rahm2020-03-26
|
* Move logic from Keys.hs to Lib.hs.Josh Rahm2020-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-PJosh Rahm2020-03-20
|
* Change the suspend from pm-suspend to systemctl suspendJosh Rahm2020-02-25
|
* Added ability to swap workspaces.Josh Rahm2020-02-21
|
* Make some changes specific to my laptopJosh Rahm2020-02-21
|
* Remove unused AlterZoom datatypeJosh Rahm2020-02-10
|
* stable ordering for Xinerama screensJosh Rahm2020-02-10
|
* Small changes to colorscheme. Get rid of accordion and circle layoutsJosh Rahm2020-02-10
|
* Fix xscreensaver nosplash and add 1px focused border colorJosh Rahm2020-02-10
|
* Add keys to shift betweev Xinerama screensJosh Rahm2020-02-07
|
* 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
|
* Now any AlphaNumeric character can be a workspaceJosh Rahm2020-02-05
|
* Enable fullscreen for fullscreen applicationsJosh Rahm2020-02-04
|