Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-07 | config: Added default button mapping for xf86 keys (#7672) | Darth ŠČ! | |
* Added default button mapping for laptop multimedia keys for volume and brightness * Added default button mapping for laptop multimedia keys for volume and brightness into example config | |||
2024-08-21 | example/config: fix typo in default config (#7446) | Ali Atashrooz | |
* Update hyprland.conf * Update defaultConfig.hpp | |||
2024-08-19 | examples: more systemd examples (#7409) | JL2210 | |
These allow launching hyprland with a systemd service. They provide graphical-session.target which allows enabling services such as the ones for Waybar and Mako. | |||
2024-08-04 | CMake, Meson: install config and wallpapers to DATADIR/hypr | Mihai Fufezan | |
OpenGL: get wallpapers dir from DATAROOTDIR | |||
2024-06-16 | hyprland.conf: update master section (#6537) | memchr | |
2024-04-22 | config: polish default config file (#5672) | Matteo Quadrino | |
* polish default config file polish default config, making it prettier by separating it in sections, and adding links to the wiki for each section. No configuration was altered, I only made it prettier and more beginner friendly. I propose this should also be used as the autogenerated config file at installation. * update default config according to suggestions * Update defaultConfig.hpp to match example * remove some whitespace * match default config * restored string terminator | |||
2024-02-18 | config: update default config for hyprlang migration | Vaxry | |
2024-02-14 | config: remove usages of nomaximizerequest from default cfg | Vaxry | |
2024-01-29 | renderer: Add new background infrastructure | Vaxry | |
Adds new backgrounds from the winners of the contest Rewrites how it works Allows high color precision PNGs (RGB32F precisely) Fixes a small bug in renderTextureInternalWithDamage Nukes misc:force_hypr_chan | |||
2024-01-02 | examples: remove example plugin | vaxerski | |
closes #4329 | |||
2023-12-15 | config: add qt env to default config | Vaxry | |
2023-12-04 | config: Add variables to default config (#4032) | Glizda | |
* update default config * Fix inconsistency in variable naming * continuation of last commit * edited example/hyprland.conf for parity * fix issue * deleted unwanted newline | |||
2023-11-22 | config: fix red warn in default config | Vaxry | |
fixes #3917 | |||
2023-11-22 | config: add nomaximizerequest all to default cfg | Vaxry | |
2023-11-06 | renderer: added new customization options to the blur shaders (#3650) | Visual-Dawg | |
Adds to `decoration:blur:` `vibrancy` and `vibrancy_darkness` | |||
2023-11-04 | Internal: Hyprland box implementation (#3755) | Vaxry | |
* box impl * remove unused operators * missed applyfromwlr | |||
2023-10-24 | example: add special workspace to default config | Vaxry | |
2023-10-21 | hooksystem: add callbackinfo struct and cancellable events | Vaxry | |
2023-10-07 | config: mention force_default_wallpaper in default configs | vaxerski | |
2023-09-28 | examples/readme: mention tearing | vaxerski | |
2023-08-03 | config: update default config for new blur changes | vaxerski | |
2023-07-10 | plugins: fix config value usage in init | vaxerski | |
2023-05-24 | examples: fix incorrect link in per-device config comments (#2353) | Xianhao Yu | |
2023-05-17 | examples: update plugin makefile | vaxerski | |
2023-05-17 | examples: update plugin headers | vaxerski | |
2023-04-01 | examples: pull correct wlr dirs in example plugin | vaxerski | |
2023-03-31 | plugins: use new lookups in example | vaxerski | |
2023-03-20 | plugin api: add addNotificationV2 | vaxerski | |
Allows for issuing fancy notifs via api | |||
2023-03-18 | config: make default config use hyphenated dev names | vaxerski | |
2023-03-05 | Add env to example cfgs | vaxerski | |
2023-02-27 | Plugin System (#1590) | Vaxry | |
--------- Co-authored-by: Mihai Fufezan <[email protected]> | |||
2023-02-10 | Only use true/false in default config to reduce confusion (#1517) | David BELEY | |
2023-02-01 | feat: border angle animations (#1469) | ozwaldorf | |
Co-authored-by: vaxerski <[email protected]> | |||
2023-01-05 | add systemd support (#1253) | jrun | |
* add systemd support motivation for this is is proper ordering of related/bound/required services to Hyprland (e.g. swaybg) that would need to have a compositor ready. this could possibly be a build-time option of course. see also: example/ files for example of services Signed-off-by: Paymon MARANDI <[email protected]> * nix: add withSystemd flag Signed-off-by: Paymon MARANDI <[email protected]> Co-authored-by: Mihai Fufezan <[email protected]> Co-authored-by: Vaxerski <[email protected]> | |||
2022-12-14 | use auto scale in default cfgs | vaxerski | |
2022-12-01 | Added screen shaders | vaxerski | |
2022-11-27 | use gradients in default configs | vaxerski | |
2022-10-17 | a bit more default config nice addonsv0.16.0beta | vaxerski | |
2022-10-17 | default & example config overhaul | vaxerski | |
2022-09-19 | introduce new mouse binds in default and example cfgs | vaxerski | |
2022-08-24 | remove general:sensitivity from the default config | vaxerski | |
2022-08-21 | set new optimizations for blur in example configs | vaxerski | |
2022-08-19 | add input:kb_file | FlafyDev | |
2022-08-04 | use auto in default configs | vaxerski | |
2022-07-30 | use pref in default configs | vaxerski | |
2022-07-28 | add gestures to example configs | vaxerski | |
2022-07-28 | update default configs for new anim config | vaxerski | |
2022-07-24 | added default touchpad settings to example configs | vaxerski | |
2022-07-16 | Impl changeworkspace(e+{n}) | Darksome | |
2022-07-15 | Try mouse wheel configuration | Darksome | |