aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl/main.cpp
AgeCommit message (Expand)Author
7 dayshyprctl: Fix `hyprctl` batch JSON command (#8749)Khalid
8 dayscore: Move regex from stdlib to re2 (#8736)Vaxry
8 dayscore: drop using deques in favor of vectorsVaxry
11 dayshyprctl: avoid crash on null pwuidVaxry
2024-11-25hyprctl: verify runtime dir exists in instances()Vaxry
2024-10-13hyprctl: convert std::cout and std::cerr to std::println()Toni500git
2024-08-26misc: constify the remaining for loops (#7534)Tom Englund
2024-08-10core: Include cstring whenever strncpy is used (#7267)Zach DeCook
2024-08-08internal: introduce new types to avoid unsigned int rollover and signed int o...Tom Englund
2024-08-02hyprctl: increase hyprctl timeout to 5s to fix #6801 (#7152)Tuur Vanhoutte
2024-06-24hyprctl: add a newline after log()Vaxry
2024-06-22hyprctl: make recv timeout bigger and give error message if it does timeout (...Ikalco
2024-06-14hyprctl: added --follow option to rolliglog (#6325)Alexander
2024-06-11core: move to hyprutils for utils (#6385)Vaxry
2024-06-09hyprctl: add --quiet flag (#6380)diniamo
2024-05-25hyprctl: Add Config Flag to `hyprctl systeminfo` (#6160)Gabriel Ford
2024-05-15hyprctl: return exitStatus in requestHyprpaper() and request() (#6083)Raphael Tannous
2024-05-01hyprctl: fix instances pathVaxry
2024-04-30hyprctl: use XDG_RUNTIME_DIR if availableVaxry
2024-04-28core: Move /tmp/hypr to $XDG_RUNTIME_DIR/hypr (#5788)Vaxry
2024-04-28compositor: more fs safety around tmp directoriesVaxry
2024-04-03hyprctl: improve help pages (#5385)Micovec
2024-03-26hyprctl: output json with `--batch` if requested (#5277)Khalid
2024-03-21hyprctl: add missing commands to usage (#5211)Andrey Donets
2024-03-08hyprctl: hide unmapped windows without -aVaxry
2024-03-02notifs: Implement notification dimissing (#4790)ItsDrike
2024-02-24hyprctl: add missing newline in error case of missing `HYPRLAND_INSTANCE_SIGN...Sergei Trofimovich
2024-02-24hyprctl: ignore non-lock files for instancesVaxry
2024-02-24hyprctl: fix showing invalid instancesVaxry
2024-02-24hyprctl: add -r argumentVaxry
2024-02-18hyprctl: more safety around stoullVaxry
2024-02-12hyprctl: remove hardcoded hyprctl commands. (#4671)Alessio Molinari
2024-01-01hyprctl: add systeminfovaxerski
2023-12-28hyprctl: add decorations (#4275)MightyPlaza
2023-12-08hyprctl: allow instances without HISVaxry
2023-12-05hyprctl: order commands alphabetically (#4061)Tungsten842
2023-11-21hyprctl: Add 'layouts' command (#3895)zakk4223
2023-11-14logging: move to an internal rolling log bufferVaxry
2023-11-10hyprctl: Fix build warnings (#3821)Greatly Pleased
2023-10-21hyprctl: add a query for workspace rules (#3630)Roberto Previdi
2023-09-20logging/format: use std::format_string to catch formatting string errors at c...memchr
2023-08-13hyprctl: fix hyprpapervaxerski
2023-08-09hyprctl: remove logvaxerski
2023-08-08hyprctl: fix old request methodsvaxerski
2023-08-08hyprctl: add --instancevaxerski
2023-08-08internal: add lock files and hyprctl instancesvaxerski
2023-05-02Add `activeworkspace` hyprctl command (#2202)Yavor Kolev
2023-04-23internal: unhardcode sun_path size after a6cfe7042897 (#2137)Jan Beich
2023-04-20hyprctl: allow spaces in cursor themesvaxerski
2023-04-17internal: avoid buffer overflows with socket pathsvaxerski