Commit Graph

2403 Commits

Author SHA1 Message Date
Ivan Molodetskikh eacafc2708 Remove default alacritty and add ability to pass args to command 2023-08-27 17:05:20 +04:00
Ivan Molodetskikh 5c8bcf588d Add cargo-generate-rpm metadata 2023-08-27 16:23:02 +04:00
Ivan Molodetskikh d203e70b0f niri-session: Run as login bash 2023-08-27 13:07:36 +04:00
Ivan Molodetskikh 4d156ef662 Add xdg-desktop-autostart support 2023-08-27 11:26:57 +04:00
Ivan Molodetskikh f0611cd502 Wait for import-environment to finish 2023-08-27 11:26:47 +04:00
Ivan Molodetskikh b1791a7b38 Add Before=graphical-session.target dependency 2023-08-27 11:26:38 +04:00
Ivan Molodetskikh 2d2b1a2990 tty: Fix commented-out code 2023-08-27 10:37:30 +04:00
Ivan Molodetskikh dd5bcde581 Unset NOTIFY_SOCKET so it's not inherited 2023-08-27 10:33:58 +04:00
Ivan Molodetskikh e09a6d6392 Add trivial Mutter ServiceChannel impl
Makes xdp-gnome work.
2023-08-27 10:29:06 +04:00
Ivan Molodetskikh a54e048f41 niri-session: Unset environment variables
Without this, logging out and then back in doesn't work because
WAYLAND_DISPLAY is left for some reason.
2023-08-27 10:27:57 +04:00
Ivan Molodetskikh d268cfcf9f Add initial session / systemd integration 2023-08-27 07:37:36 +04:00
Ivan Molodetskikh 99484afe52 tty: Add hack to make resume from sleep work 2023-08-21 12:45:58 +04:00
Ivan Molodetskikh 07d92e7c41 Fix monitor un/replugging while session is paused 2023-08-21 11:52:52 +04:00
Ivan Molodetskikh 78090e1140 Remove some commented out code 2023-08-16 20:29:57 +04:00
Ivan Molodetskikh 99533bdaf6 Update dependencies 2023-08-16 14:16:48 +04:00
Ivan Molodetskikh b5e7782970 Implement tablet-manager 2023-08-16 11:43:52 +04:00
Ivan Molodetskikh 6e36ccb1bd Implement wp-presentation 2023-08-16 10:59:34 +04:00
Ivan Molodetskikh d4d2cefe50 Respect max window width 2023-08-16 10:03:24 +04:00
Ivan Molodetskikh c8a60c4513 Use the correct min_size state 2023-08-16 09:59:27 +04:00
Ivan Molodetskikh 9d6be64955 Add fullscreen bind to README 2023-08-16 09:31:36 +04:00
Ivan Molodetskikh fc8f51da53 Put active window on top 2023-08-16 09:22:46 +04:00
Ivan Molodetskikh 6494df398d Add basic fullscreen impl 2023-08-16 09:08:10 +04:00
Ivan Molodetskikh d96daf68a7 Add binds to move between monitors 2023-08-16 08:03:20 +04:00
Ivan Molodetskikh 81e8e6e7ce Hardcode other xkb options I use 2023-08-16 07:11:57 +04:00
Ivan Molodetskikh 4b8abcfba3 Remove maximize and window menu capabilities
At least for now, niri doesn't implement those.
2023-08-16 07:10:44 +04:00
Ivan Molodetskikh 085cd147a9 Send frame callbacks to cursor and dnd icon 2023-08-16 07:08:57 +04:00
Ivan Molodetskikh 20b75f5f40 Set some touchpad input settings 2023-08-15 18:17:26 +04:00
Ivan Molodetskikh 30879ed30b Convert commit mark into a span 2023-08-15 18:17:12 +04:00
Ivan Molodetskikh 511e09094c Disable backtrace in anyhow
Too slow even with opt-level 3.
2023-08-15 17:18:30 +04:00
Ivan Molodetskikh 90d6e303ca Use xcursor default cursor, or fallback from Anvil 2023-08-15 17:17:42 +04:00
Ivan Molodetskikh 162c74c259 Add dnd icon support 2023-08-15 16:40:54 +04:00
Ivan Molodetskikh 2465bba085 Add client cursor support 2023-08-15 16:19:05 +04:00
Ivan Molodetskikh b0d129951c Extract pointer_element() 2023-08-15 16:08:37 +04:00
Ivan Molodetskikh 70003477b1 winit: Comment out egl binding 2023-08-15 15:16:22 +04:00
Ivan Molodetskikh 6ba4d01fdd Remove one unused import 2023-08-15 15:02:41 +04:00
Ivan Molodetskikh 7c96c3ea63 Add barebones tablet support 2023-08-15 15:00:26 +04:00
Ivan Molodetskikh 0da94d77ca Set data device focus on focus change
Fixes clipboard.
2023-08-15 14:23:14 +04:00
Ivan Molodetskikh ac73688a2b Add binds to spawn fuzzel and nautilus 2023-08-15 12:59:22 +04:00
Ivan Molodetskikh 7ad1fd3be9 Generalize Spawn action 2023-08-15 12:50:44 +04:00
Ivan Molodetskikh 37cbed890f Add initial layer-shell implementation
Those surfaces never receive mouse focus and always keyboard focus,
which may not be always good, but it'll do for now.
2023-08-15 12:49:26 +04:00
Ivan Molodetskikh 8cdd37b993 Update focus in one place 2023-08-15 12:03:10 +04:00
Ivan Molodetskikh e89966e150 Change default command to alacritty 2023-08-15 10:56:40 +04:00
Ivan Molodetskikh d19bfa3fc0 README: Add demo video 2023-08-14 08:05:57 -07:00
Ivan Molodetskikh 642144076e README: Change window to column for toggle width and maximize 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh c05326d1b6 Add Mod+F to maximize 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh 2a163bb4b5 Add Mod+R to toggle between preset widths 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh 6a1c149b4f winit: Dispatch with higher precision
This won't help all that much but eh
2023-08-14 18:37:33 +04:00
Ivan Molodetskikh adbd53327c Advance animations in process_input_event 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh 99ab96d348 layout: Update workspace original output 2023-08-14 18:37:33 +04:00
Ivan Molodetskikh 5156805c62 Remove debug print 2023-08-14 18:37:33 +04:00