aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-11-22initial tearing stuff, disabled cuz broken for nowtearing-updatesvaxerski
2022-11-22remove resize transitionsvaxerski
2022-11-21return full monitor box for fullscreen windows in idealBBvaxerski
2022-11-21Fix swiping on the first workspace going to the last (#1067)CactiChameleon9
2022-11-21add scroll_button libinput optvaxerski
2022-11-21Fix cmake error when using clang (#1009)Maks
2022-11-21fix master resizes allvaxerski
2022-11-21Unify rounding shadersvaxerski
2022-11-20fix invisible windows on moving fullscreen outvaxerski
2022-11-20Render focused window at last (#1060)Julian Schuler
2022-11-20don't send motion events to lock constraintsvaxerski
2022-11-20improve constraint handlingvaxerski
2022-11-20Nix: add libdrm and wayland-protocols overlayMihai Fufezan
fixes #1055
2022-11-20make focus/swap master layoutmsgs two-wayvaxerski
2022-11-19Setting wayland environment variables at startup (#1045)Narice
* Nix modules: removed GDK_BACKEND env variable * setting wayland environment variables at startup setting XDG_BACKEND and _JAVA_AWT_WM_NONREPARENTING in main.cpp removed these variables from nix modules recommended environemnt removed XCURSOR_SIZE from nix modules as it is already set * Making _JAVA_AWT_WM_NONREPARENTING not overwritten
2022-11-19respect no_gaps_when_only in fullscreen 1vaxerski
2022-11-19Fix incorrect layout positions in mirror re-addvaxerski
2022-11-19unify setting of the active monitorvaxerski
2022-11-19[gha] bump flake inputsvaxerski
2022-11-19update wlroots depvaxerski
2022-11-19Fix minor issues with mirrorsvaxerski
2022-11-19minor fixes for mirrors & log more monitor eventsvaxerski
2022-11-18find base surface if no subsurface found in lsvaxerski
2022-11-18minor monitor code fixupsvaxerski
2022-11-18don't set AS in onConnectvaxerski
2022-11-18Reset callbacks on remapvaxerski
2022-11-17fix events in changeworkspace with bound ws-esvaxerski
2022-11-17more memory safety around onDisconnectvaxerski
2022-11-17avoid header clashes in make allvaxerski
2022-11-16fix extents in shadow decov0.18.0betavaxerski
2022-11-16fix slide calcs for windows outside the viewportvaxerski
2022-11-15set cursor to hand1 when moving a windowvaxerski
2022-11-15Nix CI: update actions (#1014)Mihai Fufezan
2022-11-15apply some rules dynamically when state of window changes (#1020)Jef
Co-authored-by: Jef Steelant <[email protected]>
2022-11-15possible crash when current workspace does not exist (#1023)Jef
Co-authored-by: Jef Steelant <[email protected]>
2022-11-14guard lastwindow in circlenextvaxerski
2022-11-13remove quotes from commit messages in buildvaxerski
2022-11-13Revert "Set child stdout and stderr to /dev/null (#1000)"vaxerski
This reverts commit 1e5cab1ee7a82d3381f55963a0ff768c30215602. Breaks a bunch of stuff, e.g. Waybar.
2022-11-13Add bordercolor windowrule (#992)Jef
* Add bordercolor windowrule * remove spaces form bordercolor rule + typo Co-authored-by: Jef Steelant <[email protected]>
2022-11-13Nix: add hwdata overlay (#1010)Mihai Fufezan
2022-11-13fix arch civaxerski
2022-11-13fix master window finding on closedvaxerski
2022-11-13Set child stdout and stderr to /dev/null (#1000)Thomas Voss
Some scripts or utilities check to see if stdout or stderr are connected to a TTY or not to determine certain behaviors (for example, you might want to prompt a user for input with fzf(1) if in a terminal but tofi(1) or wofi(1) when spawned from your WM). Since hyprland never closes these output streams for spawned processes, they end up just spewing their output onto the TTY while giving the user no real way to have a script detect if it's being run from the shell or WM. Instead of just closing stdout and stderr though, we close them and then proceed to reopen them but connect them to /dev/null. This allows scripts and processes to not fail when attempting to write, but for that writing to simply have no effect.
2022-11-13fix trailing comma in hyprctl activewindowvaxerski
2022-11-13[gha] bump flake inputsvaxerski
2022-11-13update wlroots depvaxerski
2022-11-13fix commit message parsing in cmakevaxerski
2022-11-13streamline hypctl output of windows (#983)Jef
Co-authored-by: Jef Steelant <[email protected]>
2022-11-12Merge pull request #997 from leftas/mainVaxry
Add keyboards' leds update on Key/Mod press
2022-11-12Add keyboard led update after keys/mod updateLeftas