aboutsummaryrefslogtreecommitdiff
path: root/gui/xmonad.nix
AgeCommit message (Collapse)Author
2022-10-16Add idefix config, optional xmonad, deprecate hidpi optionAdrian Kummerlaender
2022-07-16Adapt to home-manager cursor config changesAdrian Kummerlaender
2020-12-04Explicitly set black backgroundAdrian Kummerlaender
This was the implicit default but gets broken when not using autologin.
2019-02-22Nixify project task launcherAdrian Kummerlaender
Task scripts and desktop shortcuts are now autogenerated using a friendly list of tasks in `gui/tasker.nix`. i.e. a separate rofi launcher is unnecessary as the generated desktop files are automatically picked up by stock rofi. This is nice.
2019-02-21Improvise rofi task launcherAdrian Kummerlaender
`tasker` opens a rofi selection of all scripts found in `~/.local/share/tasks`. This is useful for launching e.g. project specific nix-shells, vim instances and so on. Actual tasks are not included at this point as they are still quite rudimentary. This vision is that this develops into a Nix and XMonad integrated project manager that: * Automatically clones the project repository if it is not already available * Allows for (optional) central management of nix-shell derivations * Allows for easy isolation of project-specific UI utilities * Enables convenient launching of build and test scripts
2019-02-01Add custom config key for enabling hidpi modeAdrian Kummerlaender
If this approach works as well as I hope it might become advantageous to nixify e.g. XMonad configuration.
2019-01-31Merge branch 'playground/athena'Adrian Kummerlaender
2019-01-31Explicity define some lowdpi valuesplayground/athenaAdrian Kummerlaender
2019-01-31Set hidpi cursor sizeAdrian Kummerlaender
2019-01-31Replace xfce4-screenshooter with flameshotAdrian Kummerlaender
2019-01-31Increase athena cursor sizeAdrian Kummerlaender
2019-01-31Add shell alias for XMonad HUD playerAdrian Kummerlaender
2018-07-07Add xfce4-screenshooter keybindingAdrian Kummerlaender
2018-07-07Setup twmn for displaying notificationsAdrian Kummerlaender
2018-06-30Setup automatic session lockingAdrian Kummerlaender
2018-06-28Add i3lock keybindingAdrian Kummerlaender
2018-05-05Group applications by purposeAdrian Kummerlaender
2018-05-05Add X cursor configAdrian Kummerlaender
2018-05-05Basic attempt at a better structureAdrian Kummerlaender