This website requires JavaScript.
Explore
Help
Sign in
hyprwm
/
xdg-desktop-portal-hyprland
Watch
1
Star
0
Fork
You've already forked xdg-desktop-portal-hyprland
0
mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced
2024-11-02 15:35:58 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4d9ff0c177
xdg-desktop-portal-hyprland
/
contrib
/
config.sample
6 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
Add support for config file Closes: https://github.com/emersion/xdg-desktop-portal-wlr/issues/60
2021-03-03 10:29:56 +01:00
[screencast]
Control how many frames are captured per second The goal is to control the rate of capture while in screencast, as it can represent a performance issue and can cause input lag and the feeling of having a laggy mouse. This commit addresses the issue reported in #66. The code measures the time elapsed to make a single screen capture, and calculates how much to wait for the next capture to achieve the targeted frame rate. To delay the capturing of the next frame, the code introduces timers into the event loop based on the event loop in https://github.com/emersion/mako Added a command-line argument and an entry in the config file as well for the max FPS. The default value is 0, meaning no rate control. Added code to measure the average FPS every 5 seconds and print it with DEBUG level.
2020-12-23 19:47:10 +01:00
output_name=
max_fps=30
doc: remove quotes from samples inih doesn't strip them and sh will try to find the binary including the whitespaces
2021-05-01 17:32:11 +02:00
chooser_cmd=slurp -f %o -or
screencast: add outputchooser with config option Supports "dmenu" chooser type, which is called with a dmenu type list piped to stdin, "simple" type, which recieves nothing on stdin and default, which tries the hardcoded choosers. Choosers are required to return the name of the choosen output as given by the xdg-output protocol. Thanks to piater for closing overlooked pipes. Thanks to ericonr for suggestions regarding fork and pipes.
2020-10-10 16:20:06 +02:00
chooser_type=simple
Reference in a new issue
Copy permalink