aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
AgeCommit message (Collapse)Author
2024-09-07config: 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-21example/config: fix typo in default config (#7446)Ali Atashrooz
* Update hyprland.conf * Update defaultConfig.hpp
2024-08-19examples: 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-04CMake, Meson: install config and wallpapers to DATADIR/hyprMihai Fufezan
OpenGL: get wallpapers dir from DATAROOTDIR
2024-06-16hyprland.conf: update master section (#6537)memchr
2024-04-22config: 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-18config: update default config for hyprlang migrationVaxry
2024-02-14config: remove usages of nomaximizerequest from default cfgVaxry
2024-01-29renderer: Add new background infrastructureVaxry
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-02examples: remove example pluginvaxerski
closes #4329
2023-12-15config: add qt env to default configVaxry
2023-12-04config: 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-22config: fix red warn in default configVaxry
fixes #3917
2023-11-22config: add nomaximizerequest all to default cfgVaxry
2023-11-06renderer: added new customization options to the blur shaders (#3650)Visual-Dawg
Adds to `decoration:blur:` `vibrancy` and `vibrancy_darkness`
2023-11-04Internal: Hyprland box implementation (#3755)Vaxry
* box impl * remove unused operators * missed applyfromwlr
2023-10-24example: add special workspace to default configVaxry
2023-10-21hooksystem: add callbackinfo struct and cancellable eventsVaxry
2023-10-07config: mention force_default_wallpaper in default configsvaxerski
2023-09-28examples/readme: mention tearingvaxerski
2023-08-03config: update default config for new blur changesvaxerski
2023-07-10plugins: fix config value usage in initvaxerski
2023-05-24examples: fix incorrect link in per-device config comments (#2353)Xianhao Yu
2023-05-17examples: update plugin makefilevaxerski
2023-05-17examples: update plugin headersvaxerski
2023-04-01examples: pull correct wlr dirs in example pluginvaxerski
2023-03-31plugins: use new lookups in examplevaxerski
2023-03-20plugin api: add addNotificationV2vaxerski
Allows for issuing fancy notifs via api
2023-03-18config: make default config use hyphenated dev namesvaxerski
2023-03-05Add env to example cfgsvaxerski
2023-02-27Plugin System (#1590)Vaxry
--------- Co-authored-by: Mihai Fufezan <[email protected]>
2023-02-10Only use true/false in default config to reduce confusion (#1517)David BELEY
2023-02-01feat: border angle animations (#1469)ozwaldorf
Co-authored-by: vaxerski <[email protected]>
2023-01-05add 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-14use auto scale in default cfgsvaxerski
2022-12-01Added screen shadersvaxerski
2022-11-27use gradients in default configsvaxerski
2022-10-17a bit more default config nice addonsv0.16.0betavaxerski
2022-10-17default & example config overhaulvaxerski
2022-09-19introduce new mouse binds in default and example cfgsvaxerski
2022-08-24remove general:sensitivity from the default configvaxerski
2022-08-21set new optimizations for blur in example configsvaxerski
2022-08-19add input:kb_fileFlafyDev
2022-08-04use auto in default configsvaxerski
2022-07-30use pref in default configsvaxerski
2022-07-28add gestures to example configsvaxerski
2022-07-28update default configs for new anim configvaxerski
2022-07-24added default touchpad settings to example configsvaxerski
2022-07-16Impl changeworkspace(e+{n})Darksome
2022-07-15Try mouse wheel configurationDarksome