aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-22Watch for canonical filename, not just mtimesodiboo
2024-01-21tty: Delay output config update until resumeIvan Molodetskikh
We can't do anything while paused.
2024-01-21tty: Check changes against pending connectors and modeIvan Molodetskikh
If we queued some DRM changes, they will be in pending. Also be more resilient by removing unwrap.
2024-01-21Return error instead of broken screenshot for portalIvan Molodetskikh
2024-01-20Add an option to skip the hotkey overlay at startupIvan Molodetskikh
2024-01-19Print git version in clap tooIvan Molodetskikh
2024-01-19layout: Fix crash due to workspace transfer during switchIvan Molodetskikh
2024-01-19layout: Fix crash due to workspace cleanup during switchIvan Molodetskikh
2024-01-19Don't crash when failing to render a cursorIvan Molodetskikh
I only hit this when the renderer was completely busted, but nevertheless.
2024-01-19Prettify Return => Enter keyIvan Molodetskikh
2024-01-19Add exit confirmation dialogIvan Molodetskikh
2024-01-18Redraw upon starting PW streamIvan Molodetskikh
Otherwise it may take a while for the first frame to arrive.
2024-01-18Add an important hotkeys overlayIvan Molodetskikh
2024-01-18portal: Name and sort monitors, fix session restoreIvan Molodetskikh
xdp-gnome restores by a combination of model + make + serial. We currently can't set those reliably (until libdisplay-info most monitors will have them unknown) so pass the connector name instead. This will work as expected in most cases.
2024-01-18Add a config parse error notificationIvan Molodetskikh
We can't rely on a notification daemon being available, especially during initial niri setup. So, render our own.
2024-01-18Watch config path even if it didn't exist at startupIvan Molodetskikh
2024-01-17Add an IPC socket and a niri msg outputs subcommandIvan Molodetskikh
2024-01-17Rename connectors to enabled_outputsIvan Molodetskikh
2024-01-17Add a calloop futures executorIvan Molodetskikh
2024-01-17tty: Add Tracy span to on_output_config_changed()Ivan Molodetskikh
2024-01-16Write a comment on xdg-decoration lack of live-reloadIvan Molodetskikh
2024-01-16Add live-reload to libinput settingsIvan Molodetskikh
2024-01-16Extract apply_libinput_settings()Ivan Molodetskikh
2024-01-16Add live-reload for output modeIvan Molodetskikh
2024-01-16tty: Extract pick_mode()Ivan Molodetskikh
2024-01-16Add live-reload for output on/offIvan Molodetskikh
2024-01-16tty: Remove connector arg from connector_disconnected()Ivan Molodetskikh
2024-01-16Close layer surfaces upon output removalIvan Molodetskikh
Fixes https://github.com/YaLTeR/niri/issues/23
2024-01-16Add live-reload of output scalesIvan Molodetskikh
2024-01-16Move output scale setting into niriIvan Molodetskikh
2024-01-16layout: Fix surface leaving output when consuming into columnIvan Molodetskikh
2024-01-16Add live-reload of output positionsIvan Molodetskikh
2024-01-16Reposition all outputs on any changeIvan Molodetskikh
This way the positioning is independent of the order of plugging in.
2024-01-16Change message from debug to traceIvan Molodetskikh
2024-01-15Implement security-context, hide some protocols from itIvan Molodetskikh
2024-01-15Hide decoration globals when we need CSDIvan Molodetskikh
This gets the current SDL2 with libdecor working.
2024-01-15Add move-column-to-monitor* bindsIvan Molodetskikh
As opposed to move-window-to-monitor*
2024-01-15Add move-column-to-workspace* bindsIvan Molodetskikh
As opposed to move-window-to-workspace*
2024-01-14xdg-decoration: Document SDL2 bugIvan Molodetskikh
2024-01-14Revert "Be more insistent on CSD by default"Ivan Molodetskikh
This reverts commit 43e2cf14d2994299298b05fc194110e875aeecf4. SDL2 until very recently (unreleased version) has had a bug where changing the decoration mode to client-side during its initial window creation would keep the window permanently hidden. Breaking all SDL2 apps for years to come is unfortunately not a good solution.
2024-01-14xdg-decoration: Always send configureIvan Molodetskikh
The protocol wording seems to require it.
2024-01-13Implement popup grabsIvan Molodetskikh
2024-01-13Remove is_grabbed check for changing active windowIvan Molodetskikh
When clicking outside of the popup grab, the click does go through if the popup is dismissed. This makes the active window change go through too.
2024-01-13Add missing screen redraws on focus changesIvan Molodetskikh
The window isn't guaranteed to commit a buffer.
2024-01-12Keep track of keyboard focus manuallyIvan Molodetskikh
2024-01-12Rename update_focus -> update_keyboard_focusIvan Molodetskikh
2024-01-12Remove obsolete FIXME commentIvan Molodetskikh
It's implemented now.
2024-01-12Force redraws on window activationIvan Molodetskikh
Activating a window does not necessarily make it commit a buffer and update the screen for us.
2024-01-12Fix clicks activating windows through layer-shell surfacesIvan Molodetskikh
2024-01-11Silence the two type complexity lintsIvan Molodetskikh
meh