aboutsummaryrefslogtreecommitdiff
path: root/resources
AgeCommit message (Collapse)Author
2023-11-03Add default-column-width settingIvan Molodetskikh
2023-10-31Include filename in screenshot-pathIvan Molodetskikh
2023-10-31[cfg-breaking] Change colors to 0-255 instead of 0.-1.Ivan Molodetskikh
2023-10-31Make screenshot path configurableIvan Molodetskikh
2023-10-30Implement area selection screenshotsIvan Molodetskikh
2023-10-30Rename Screenshot to ScreenshotScreenIvan Molodetskikh
2023-10-17Try to pick user login shell instead of assuming bashKirill Chibisov
The trick is inspired by `gnome-session`.
2023-10-16Send tiled state when prefer-no-csd is setIvan Molodetskikh
2023-10-14Add binds to move workspaces up and downIvan Molodetskikh
2023-10-10Add screenshot-window actionIvan Molodetskikh
2023-10-09Add power-off-monitors bindIvan Molodetskikh
Implements https://github.com/YaLTeR/niri/issues/24
2023-10-07Add gaps settingIvan Molodetskikh
The past few refactors have led up to this point, and now it's finally possible.
2023-10-05Refactor layout for configurability, add preset-column-widths optionIvan Molodetskikh
layout.rs finally gets a struct actually named Layout.
2023-10-03Add tablet map-to-output settingIvan Molodetskikh
2023-10-03Add set-column-width actionIvan Molodetskikh
2023-10-03Make output modes configurableIvan Molodetskikh
2023-10-01config/input: add cursor sectionKirill Chibisov
This should allow users to configure theme and size for the cursor, as well as automatically set `XCURSOR_THEME` and `XCURSOR_SIZE` env variables.
2023-09-30Make output position configurableIvan Molodetskikh
Implements https://github.com/YaLTeR/niri/issues/14
2023-09-26Add prefer-no-csd optionIvan Molodetskikh
2023-09-26Make focus ring configurableIvan Molodetskikh
2023-09-21Add spawn-at-startup config optionIvan Molodetskikh
Fixes https://github.com/YaLTeR/niri/issues/12
2023-09-21Add output configuration & integer scaling supportIvan Molodetskikh
2023-09-18default-config: Add PgUp/Down for workspace switchingIvan Molodetskikh
2023-09-16Change default repeat to 600Ivan Molodetskikh
660 comes from Xorg, but feels kind of slow. The wlroots and sway default is 600, which is a little better. The 25 repeat interval matches between Xorg (where it is defined in terms of interval, rather than rate) and wlroots.
2023-09-16Add keyboard.repeat-rate and keyboard.repeat-delayKirill Chibisov
Add option to let the users configure the keyboard repeat delay and rate. Also change the default values to mimic the Xorg, which is also the values used by default by the majority of the compositors. Fixes: #7
2023-09-16Add by-index workspace commands and bindsIvan Molodetskikh
2023-09-16Use /- in less places in the default configIvan Molodetskikh
2023-09-16Mention uncommenting in default-configIvan Molodetskikh
2023-09-06config: Add volume button exampleIvan Molodetskikh
2023-09-05Add configuration fileIvan Molodetskikh
2023-08-27niri-session: Run as login bashIvan Molodetskikh
2023-08-27Add xdg-desktop-autostart supportIvan Molodetskikh
2023-08-27Add Before=graphical-session.target dependencyIvan Molodetskikh
2023-08-27niri-session: Unset environment variablesIvan Molodetskikh
Without this, logging out and then back in doesn't work because WAYLAND_DISPLAY is left for some reason.
2023-08-27Add initial session / systemd integrationIvan Molodetskikh
2023-08-15Use xcursor default cursor, or fallback from AnvilIvan Molodetskikh