aboutsummaryrefslogtreecommitdiff
path: root/gui/kitty.nix
AgeCommit message (Collapse)Author
2022-07-15Update to 22.05Adrian Kummerlaender
2020-11-30Disable audible Kitty bellAdrian Kummerlaender
Never get this in local sessions but on some SSH sessions this is maddening.
2019-10-18Update kitty configAdrian Kummerlaender
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-08Add kitty terminal image display aliasAdrian Kummerlaender
2019-01-31Decrease kitty font size steppingAdrian Kummerlaender
2019-01-31Add font size keybindings for KittyAdrian Kummerlaender
2018-07-24Reduce terminal font sizeAdrian Kummerlaender
2018-06-21Fix terminal color schemeAdrian Kummerlaender
2018-06-17Fix insertPosition for floating windows, dialogs from scratchpadAdrian Kummerlaender
2018-05-19Remove urxvt config, use GTK theme for QtAdrian Kummerlaender
2018-05-05Group applications by purposeAdrian Kummerlaender
2018-05-05Basic attempt at a better structureAdrian Kummerlaender