summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorgrmat <[email protected]>2019-04-09 11:20:35 +0200
committerMarek Olšák <[email protected]>2019-04-15 17:38:44 -0400
commit8cb50edebfa45f07aebade8fc32160ad5d59012b (patch)
tree899549c74d2bfeebd3a2be64e7781cbec6313d2c /src/util
parent10d33ddd507971035e53f147ef3bcedd05c2a137 (diff)
drirc: add Spectacle, Falkon to a-sync blacklist
Spectacle is the plasma screenshot utility Falkon is a KDE web browser that should succeed Konqueror
Diffstat (limited to 'src/util')
-rw-r--r--src/util/00-mesa-defaults.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 3e65def069d..82037c1593b 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -371,6 +371,9 @@ TODO: document the other workarounds.
<application name="krunner" executable="krunner">
<option name="adaptive_sync" value="false" />
</application>
+ <application name="spectacle" executable="spectacle">
+ <option name="adaptive_sync" value="false" />
+ </application>
<application name="marco" executable="marco">
<option name="adaptive_sync" value="false" />
</application>
@@ -413,6 +416,9 @@ TODO: document the other workarounds.
<application name="Konqueror" executable="konqueror">
<option name="adaptive_sync" value="false" />
</application>
+ <application name="Falkon" executable="falkon">
+ <option name="adaptive_sync" value="false" />
+ </application>
<application name="Seamonkey" executable="seamonkey">
<option name="adaptive_sync" value="false" />
</application>