Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-07 | Fix Telegram media viewer window placement | Adrian Kummerlaender | |
2018-10-01 | Fix autorandr config | Adrian Kummerlaender | |
Offset successfully hid outer scratchpad borders but somehow broke multi-screen viewports in XMonad. | |||
2018-10-01 | Update SSH config | Adrian Kummerlaender | |
2018-09-26 | Use derivations from pkgs.kummerlaender.eu | Adrian Kummerlaender | |
2018-09-19 | Add SSH config | Adrian Kummerlaender | |
2018-09-18 | Hide side bar scratchpad border in multiscreen setup | Adrian Kummerlaender | |
2018-09-17 | Call autorandr during xsession init on asterix | Adrian Kummerlaender | |
2018-09-15 | Add basic multihead setup for docked asterix | Adrian Kummerlaender | |
2018-07-29 | Move main window to bottom in XMonad's framed layout | Adrian Kummerlaender | |
2018-07-28 | Remove weird fullscreen float keybinding | Adrian Kummerlaender | |
2018-07-28 | Set more sensible layout reflection toggles | Adrian Kummerlaender | |
2018-07-28 | Disable Flash in Firefox | Adrian Kummerlaender | |
2018-07-28 | Implement rofi-based layout selection in XMonad | Adrian Kummerlaender | |
Inspired by [1]. Manual mapping between layout names and descriptions is required due to lack in possibilities for inspecting the layout hook function. [1]: https://github.com/pjones/xmonadrc/blob/master/src/XMonad/Local/Layout.hs @ af6e2b3 | |||
2018-07-24 | Use separate profile for scratchpad firefox instance | Adrian Kummerlaender | |
Required to handle running multiple firefox windows of which only one is in scratchpad. | |||
2018-07-24 | Add two-column layout | Adrian Kummerlaender | |
Switch back to default layout cycling using `NextLayout` message instead of toggling | |||
2018-07-24 | Hide borders in custom scratchpad placements | Adrian Kummerlaender | |
Host-dependency continues to leak, thinking about isolation possibilities | |||
2018-07-24 | Reduce terminal font size | Adrian Kummerlaender | |
2018-07-23 | Update XMonad config | Adrian Kummerlaender | |
obelix recently got a screen upgrade so floating placement (i.e. border hiding) now uses host-specific screen resolutions. Replaced default tile layout with multi-column. | |||
2018-07-16 | Check for file change on focus | Adrian Kummerlaender | |
2018-07-14 | Wrap notify-send calls in XMonad | Adrian Kummerlaender | |
2018-07-14 | Add load notification keybinding to XMonad | Adrian Kummerlaender | |
2018-07-13 | Implement host-specific keybindings in XMonad | Adrian Kummerlaender | |
2018-07-12 | Add thermal info keybinding to XMonad | Adrian Kummerlaender | |
Candidate for host-specific configuration. | |||
2018-07-12 | Change twmn animations | Adrian Kummerlaender | |
2018-07-11 | Add host-specific config analogously to nixos_system | Adrian Kummerlaender | |
Enables installation of modem-manager-gui derivation to be restricted to asterix. XMonad config will also get host-specific sections in the future. | |||
2018-07-07 | Add xfce4-screenshooter keybinding | Adrian Kummerlaender | |
2018-07-07 | Setup twmn for displaying notifications | Adrian Kummerlaender | |
2018-07-04 | Disable GTK3 menu bar window dragging | Adrian Kummerlaender | |
…this was a _joy_ to debug. Who would have thought that the GTK3 default interferred with window management to that extend. | |||
2018-06-30 | Setup automatic session locking | Adrian Kummerlaender | |
2018-06-28 | Add i3lock keybinding | Adrian Kummerlaender | |
2018-06-28 | Make XMonad mouse bindings more explicit | Adrian Kummerlaender | |
Fixes problem where I accidentally moved floating scratchpad windows while using the trackpoint. | |||
2018-06-26 | Enable dconf settings | Adrian Kummerlaender | |
2018-06-26 | Drop down GTK3 file chooser dialog | Adrian Kummerlaender | |
Default floating placement was too large for screen. | |||
2018-06-22 | Fix green color value | Adrian Kummerlaender | |
2018-06-21 | Fix terminal color scheme | Adrian Kummerlaender | |
2018-06-17 | Fix insertPosition for floating windows, dialogs from scratchpad | Adrian Kummerlaender | |
2018-06-15 | Place new windows below current window in stack | Adrian Kummerlaender | |
2018-06-12 | Replace layout rotation with toggling and and transformations | Adrian Kummerlaender | |
2018-05-22 | Use kitty in rofi | Adrian Kummerlaender | |
2018-05-21 | Enable nvim-qt titlestring, clipboard integration | Adrian Kummerlaender | |
2018-05-19 | Change XMonad editor keybinding to nvim-qt | Adrian Kummerlaender | |
2018-05-19 | Add Neovim-Qt as vim frontend | Adrian Kummerlaender | |
Default CLI editor is currently still Vim, mainly because cs-exact doesn't work correctly in Neovim. Neovim-Qt is preferable to GVim as the latter has ugly pixel glitches on my system (maybe related to proprietary NVidia drivers? This was not a problem on the x220) The neovim-qt derivation is built using a custom nvim derivation which in turn uses the global vim configuration managed in /etc/nixos/pkgs/vim. | |||
2018-05-19 | Remove urxvt config, use GTK theme for Qt | Adrian Kummerlaender | |
2018-05-10 | Configure sxiv colors | Adrian Kummerlaender | |
2018-05-07 | Use non-deprecated config name | Adrian Kummerlaender | |
2018-05-05 | Hide GTK3 window controls | Adrian Kummerlaender | |
2018-05-05 | Group applications by purpose | Adrian Kummerlaender | |
2018-05-05 | Add X cursor config | Adrian Kummerlaender | |
2018-05-05 | Basic attempt at a better structure | Adrian Kummerlaender | |
2018-05-04 | Add support for large drop-down scratchpads to XMonad | Adrian Kummerlaender | |