Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-22 | initial tearing stuff, disabled cuz broken for nowtearing-updates | vaxerski | |
2022-11-22 | remove resize transitions | vaxerski | |
2022-11-21 | return full monitor box for fullscreen windows in idealBB | vaxerski | |
2022-11-21 | Fix swiping on the first workspace going to the last (#1067) | CactiChameleon9 | |
2022-11-21 | add scroll_button libinput opt | vaxerski | |
2022-11-21 | Fix cmake error when using clang (#1009) | Maks | |
2022-11-21 | fix master resizes all | vaxerski | |
2022-11-21 | Unify rounding shaders | vaxerski | |
2022-11-20 | fix invisible windows on moving fullscreen out | vaxerski | |
2022-11-20 | Render focused window at last (#1060) | Julian Schuler | |
2022-11-20 | don't send motion events to lock constraints | vaxerski | |
2022-11-20 | improve constraint handling | vaxerski | |
2022-11-20 | Nix: add libdrm and wayland-protocols overlay | Mihai Fufezan | |
fixes #1055 | |||
2022-11-20 | make focus/swap master layoutmsgs two-way | vaxerski | |
2022-11-19 | Setting 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-19 | respect no_gaps_when_only in fullscreen 1 | vaxerski | |
2022-11-19 | Fix incorrect layout positions in mirror re-add | vaxerski | |
2022-11-19 | unify setting of the active monitor | vaxerski | |
2022-11-19 | [gha] bump flake inputs | vaxerski | |
2022-11-19 | update wlroots dep | vaxerski | |
2022-11-19 | Fix minor issues with mirrors | vaxerski | |
2022-11-19 | minor fixes for mirrors & log more monitor events | vaxerski | |
2022-11-18 | find base surface if no subsurface found in ls | vaxerski | |
2022-11-18 | minor monitor code fixups | vaxerski | |
2022-11-18 | don't set AS in onConnect | vaxerski | |
2022-11-18 | Reset callbacks on remap | vaxerski | |
2022-11-17 | fix events in changeworkspace with bound ws-es | vaxerski | |
2022-11-17 | more memory safety around onDisconnect | vaxerski | |
2022-11-17 | avoid header clashes in make all | vaxerski | |
2022-11-16 | fix extents in shadow decov0.18.0beta | vaxerski | |
2022-11-16 | fix slide calcs for windows outside the viewport | vaxerski | |
2022-11-15 | set cursor to hand1 when moving a window | vaxerski | |
2022-11-15 | Nix CI: update actions (#1014) | Mihai Fufezan | |
2022-11-15 | apply some rules dynamically when state of window changes (#1020) | Jef | |
Co-authored-by: Jef Steelant <[email protected]> | |||
2022-11-15 | possible crash when current workspace does not exist (#1023) | Jef | |
Co-authored-by: Jef Steelant <[email protected]> | |||
2022-11-14 | guard lastwindow in circlenext | vaxerski | |
2022-11-13 | remove quotes from commit messages in build | vaxerski | |
2022-11-13 | Revert "Set child stdout and stderr to /dev/null (#1000)" | vaxerski | |
This reverts commit 1e5cab1ee7a82d3381f55963a0ff768c30215602. Breaks a bunch of stuff, e.g. Waybar. | |||
2022-11-13 | Add bordercolor windowrule (#992) | Jef | |
* Add bordercolor windowrule * remove spaces form bordercolor rule + typo Co-authored-by: Jef Steelant <[email protected]> | |||
2022-11-13 | Nix: add hwdata overlay (#1010) | Mihai Fufezan | |
2022-11-13 | fix arch ci | vaxerski | |
2022-11-13 | fix master window finding on closed | vaxerski | |
2022-11-13 | Set 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-13 | fix trailing comma in hyprctl activewindow | vaxerski | |
2022-11-13 | [gha] bump flake inputs | vaxerski | |
2022-11-13 | update wlroots dep | vaxerski | |
2022-11-13 | fix commit message parsing in cmake | vaxerski | |
2022-11-13 | streamline hypctl output of windows (#983) | Jef | |
Co-authored-by: Jef Steelant <[email protected]> | |||
2022-11-12 | Merge pull request #997 from leftas/main | Vaxry | |
Add keyboards' leds update on Key/Mod press | |||
2022-11-12 | Add keyboard led update after keys/mod update | Leftas | |