Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-27 | remove so and pcsave-wlr | vaxerski | |
2022-06-27 | forgot wlroots.pc | vaxerski | |
2022-06-25 | save wlroots and restore | vaxerski | |
2022-06-25 | additional keymap reload safety | vaxerski | |
2022-06-25 | allow move to 0 0 | vaxerski | |
2022-06-24 | added general:cursor_inactive_timeout | vaxerski | |
2022-06-24 | fix one of the stupidest things i've ever written I am embarrassed. | vaxerski | |
2022-06-24 | added noblur | vaxerski | |
2022-06-24 | flake, meson: manually update version | Mihai Fufezan | |
version update workflow: temporarily disable running on push | |||
2022-06-24 | [gha] bump flake and meson version | fufexan | |
2022-06-24 | Nix & Meson: fix update workflow | Mihai Fufezan | |
2022-06-24 | guard dragging windows in dwindle | vaxerski | |
2022-06-24 | fix windowrule regex logic and add title: | vaxerski | |
2022-06-24 | fix janky pixel maths with scaled textures | vaxerski | |
2022-06-24 | dont scale thick in border | vaxerski | |
2022-06-23 | guard pkeyboard in onMouseButton | vaxerski | |
2022-06-23 | dwindle: disallow swaps between workspaces | vaxerski | |
2022-06-23 | fix: ignore reserved in getWindowInDirection | vaxerski | |
2022-06-23 | fix calculating damage offset for oversized popups | vaxerski | |
2022-06-23 | guard null context in applyConfigToKeyboard | vaxerski | |
2022-06-23 | reload all keyboards and not only the active | vaxerski | |
2022-06-23 | Added exact to resizeActive and added moveactive | vaxerski | |
2022-06-23 | allow getWindowInDirection to scan other mons | vaxerski | |
2022-06-22 | :finnadie:v0.6.0beta | Kainoa Kanter | |
https://www.youtube.com/watch?v=_asNhzXq72w | |||
2022-06-22 | Syntax error in CI | ThatOneCalculator | |
2022-06-23 | T1C: CMake Release Pipeline (CI) | ThatOneCalculator | |
2022-06-22 | Merge branch 'main' of https://github.com/hyprwm/Hyprland | ThatOneCalculator | |
2022-06-22 | nix: revert to original wlroots repo | Mihai Fufezan | |
2022-06-22 | Upload release archive | ThatOneCalculator | |
2022-06-22 | Fix release action | ThatOneCalculator | |
2022-06-22 | T1C: Releases pipeline | Kainoa Kanter | |
2022-06-22 | Delete aur directory | Kainoa Kanter | |
2022-06-22 | Added keybind submaps | vaxerski | |
2022-06-22 | Merge pull request #227 from fufexan/meson | Vaxry | |
Nix: use meson for builds | |||
2022-06-22 | more shadow for readme banner | vaxerski | |
2022-06-22 | README better banner | vaxerski | |
2022-06-22 | don't use sudo in make config | vaxerski | |
2022-06-22 | Fixed oversized apps' incorrect layout | vaxerski | |
2022-06-22 | default apply_sens_to_raw to 0 | vaxerski | |
2022-06-22 | Merge pull request #245 from taylor85345/main | vaxerski | |
Fixed crash on movetoworkspacesilent | |||
2022-06-21 | Fixed crash on movetoworkspacesilent | taylor85345 | |
2022-06-21 | fix borders sometimes disappearing on certain windows | vaxerski | |
2022-06-21 | added general:no_border_on_floating | vaxerski | |
2022-06-21 | Added bindl | vaxerski | |
2022-06-21 | fix crash on number workspace with null mon | vaxerski | |
2022-06-21 | Merge pull request #239 from SebOuellette/main | vaxerski | |
Optimize cursor constraints for games | |||
2022-06-21 | dang it autoformat | vaxerski | |
2022-06-21 | cleaner code | vaxerski | |
2022-06-21 | support all workspace types in workspace keyword | vaxerski | |
2022-06-21 | Passes all constraint tests! | SebOuellette | |
So a summary of what's been done in this fork/PR. Instead of moving the cursor, we're warp_closest ing. warp_absolute didn't work, so warp closest has kindof an auto constrain feature so it works beautifully. I'm also contraining to the right side of the window - 1, because the cursors are treating that pixel as the next pixel over, so it was actually thinking it was on the next monitor (assuming fullscreen) when the cursor got to the right or bottom of the window. TL;DR rounding issue. This fix didn't work when you had a fullscreen video playing on a monitor beside, so I also fixed that by ignoring all focus changes or whatever when a constraint actually occured, we obviously just don't want to focus another monitor when constrained, so why not just *disable it when a constraint happened* The PR is now ready, I love Hyprland, and I can't wait to contribute more :) |