| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-21 | Set XDG_CURRENT_DESKTOP and XDG_SESSION_TYPE from niri itself | Ivan Molodetskikh | |
| 2024-02-21 | Add --session CLI flag instead of detection based on systemd service | Ivan Molodetskikh | |
| Allows running without systemd. | |||
| 2024-02-20 | niri.service: Put into session.slice | Ivan Molodetskikh | |
| Now that we're separating spawned processes, put ourselves in the more important session.slice. | |||
| 2024-02-17 | default-config: Clarify how indexed workspace access works | Ivan Molodetskikh | |
| 2024-02-17 | default-config: Document enable-color-transformations-capability debug flag | Ivan Molodetskikh | |
| 2024-02-16 | default-config: Fix spelling mistakes | Ivan Molodetskikh | |
| Ok I added automatic :set spell for KDL now. | |||
| 2024-02-15 | input: enable configuring of trackpoint devices | Viktor Pocedulic | |
| 2024-02-14 | default-config: Specify example refresh rate with 3 digits | Ivan Molodetskikh | |
| This is the format you need to use. | |||
| 2024-02-14 | Add the beginnings of window rules | Ivan Molodetskikh | |
| 2024-02-12 | default-config: Document animation properties | Ivan Molodetskikh | |
| 2024-02-12 | Export NIRI_SOCKET to systemd/dbus environment | Ivan Molodetskikh | |
| 2024-02-12 | Add skip-confirmation flag to the quit action | Ivan Molodetskikh | |
| 2024-02-10 | Implement niri msg action | Ivan Molodetskikh | |
| 2024-02-09 | default-config: Replace Mod with Super in swaylock bind | Ivan Molodetskikh | |
| Otherwise it conflicts with Mod+L in nested. | |||
| 2024-02-07 | Make all animations configurable | Ivan Molodetskikh | |
| 2024-02-06 | Bump libinput to 1.21, add dwtp flag | Ivan Molodetskikh | |
| 2024-02-05 | Add consume-or-expel-window-left/right commands | Dennis Ranke | |
| 2024-02-01 | Add actions to move the active workspace to another monitor | Andreas Stührk | |
| 2024-02-01 | default-config: Improve wording for focus-ring/border comment | Ivan Molodetskikh | |
| SSD or server-side decorations is never mentioned elsewhere. | |||
| 2024-02-01 | default-config: Document how focus ring and border draw behind | Ivan Molodetskikh | |
| Related: https://github.com/YaLTeR/niri/issues/150 | |||
| 2024-01-31 | Add option to rotate outputs | axtloss | |
| 2024-01-22 | config: Bump precision on the default widths | Ivan Molodetskikh | |
| This seems to actually matter on my 2560x display. | |||
| 2024-01-20 | Add an option to skip the hotkey overlay at startup | Ivan Molodetskikh | |
| 2024-01-18 | Add an important hotkeys overlay | Ivan Molodetskikh | |
| 2024-01-17 | Add an IPC socket and a niri msg outputs subcommand | Ivan Molodetskikh | |
| 2024-01-16 | default-config: Add example for spawn with bash | Ivan Molodetskikh | |
| 2024-01-15 | Change default binds to move columns instead of windows | Ivan Molodetskikh | |
| 2024-01-09 | Document debug settings in the default config | Ivan Molodetskikh | |
| 2024-01-08 | Add center-focused-column setting | Thomas Versteeg | |
| 2024-01-08 | Add a few mouse libinput settings | Ivan Molodetskikh | |
| 2024-01-08 | Add touchpad tap-button-map setting | Ivan Molodetskikh | |
| 2024-01-08 | Add touchpad dwt setting | Ivan Molodetskikh | |
| 2024-01-08 | Add touchpad accel-profile setting | Ivan Molodetskikh | |
| 2024-01-06 | [cfg-breaking] Move layout settings into their own scope | Ivan Molodetskikh | |
| 2023-12-29 | Add move-column-to-{first,last} | Ivan Molodetskikh | |
| 2023-12-29 | Add focus-column-{first,last} | Ivan Molodetskikh | |
| 2023-12-28 | Add disable-power-key-handling option | Ivan Molodetskikh | |
| 2023-12-27 | layout: Refactor to support window decorations, add border and fullscreen ↵ | Ivan Molodetskikh | |
| backdrop Windows are now wrapped in Tiles, which keep track of window-specific decorations. Particularly, I implemented a black fullscreen backdrop, which finally brings fullscreened windows smaller than the screen in line with how the Wayland protocol says they should look—centered in a black rectangle. I also implemented window borders, which are similar to the focus ring, but always visible (and hence affect the layout and sizing). | |||
| 2023-12-21 | Add configurable struts | Ivan Molodetskikh | |
| 2023-12-19 | Add optional fallback to workspace focus/move for window focus/move (#93) | Matt Cuneo | |
| * Add optional fallback to workspace focus/move for window focus/move commands * Refactored to separate commands * fix indentation * fix white space * Stylistic fixes --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com> | |||
| 2023-12-18 | Add a config flag to disable an output | Ivan Molodetskikh | |
| 2023-11-26 | Remove wrong comment | Ivan Molodetskikh | |
| The node is not commented out. | |||
| 2023-11-26 | portals: Set gnome-keyring as the Secrets portal | Ivan Molodetskikh | |
| Without this it doesn't work at all, with this it at least works with gnome-keyring installed (for example, on my system). | |||
| 2023-11-25 | Add more default app binds to the default config | Ivan Molodetskikh | |
| 2023-11-25 | Add and call niri-shutdown.target | Ivan Molodetskikh | |
| Sometimes graphical-session.target lingers on after niri quits, leading to services not being started on a quick relogin. To work around this, add and run a systemd target that conflicts with graphical-session.target and forces its shutdown. | |||
| 2023-11-13 | Add an action to center column within view bound to Ctrl-C | Ivan Molodetskikh | |
| 2023-11-09 | Add niri-portals.conf | Ivan Molodetskikh | |
| New config file for the new xdg-desktop-portal. | |||
| 2023-11-08 | Add 'input.keyboard.track_layout' config option | Kirill Chibisov | |
| Track layout for each window individually when user requested `Window` tracking mode, keeping the default as global. | |||
| 2023-11-08 | Add action to switch layouts | Kirill Chibisov | |
| Allow users to trigger layout change with custom bindings. | |||
| 2023-11-08 | Add set-window-height action | Ivan Molodetskikh | |
