diff options
author | El Christianito <[email protected]> | 2019-04-09 20:30:16 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-04-15 17:27:15 -0400 |
commit | 4d02f591cb6eabc7eaee47d447ec7282d10cfcca (patch) | |
tree | 95446248701edc99c9eed575acb443a419246272 /src/util | |
parent | a988d953899c099719f36093114516ccee652d28 (diff) |
drirc: add Budgie WM to adaptive-sync blacklist
Budgie Window Manager is an increasingly used alternative to GNOME and MATE.
Default in Solus OS, also used in other distros.
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/00-mesa-defaults.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 320de83a619..edcb009e265 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -347,6 +347,9 @@ TODO: document the other workarounds. <application name="Desktop — Plasma" executable="plasmashell"> <option name="adaptive_sync" value="false" /> </application> + <application name="budgie-wm" executable="budgie-wm"> + <option name="adaptive_sync" value="false" /> + </application> <application name="kwin_x11" executable="kwin_x11"> <option name="adaptive_sync" value="false" /> </application> |