Smooth scroll in ZathuraZathura: how to print specified pagesZathura background colour cannot be changed?Can I define a new command in Zathura?How to enable copy-to-clipboard with zathura-pdf-poppler?How to read pdf annotations in Zathura?If zathura install both zathura-pdf-mupdf and zathura-pdf-poppler, which will be used when open pdf filesZathura shortcut/feedkeys configuration for recolouringOpen file from history in ZathuraMaximizing zathura window, scrambled displayZathura pdf viewer Go back after following an internal link
Does the US political system, in principle, allow for a no-party system?
Vector-transposing function
Do I need a return ticket to Canada if I'm a Japanese National?
If nine coins are tossed, what is the probability that the number of heads is even?
What would be the most expensive material to an intergalactic society?
Create chunks from an array
What is the purpose of a disclaimer like "this is not legal advice"?
What is the orbit and expected lifetime of Crew Dragon trunk?
Tabular environment - text vertically positions itself by bottom of tikz picture in adjacent cell
Is this Paypal Github SDK reference really a dangerous site?
Why aren't there more Gauls like Obelix?
What is better: yes / no radio, or simple checkbox?
Too soon for a plot twist?
After Brexit, will the EU recognize British passports that are valid for more than ten years?
I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?
What does it take to become a wilderness skills guide as a business?
Inorganic chemistry handbook with reaction lists
How to make sure I'm assertive enough in contact with subordinates?
Was it really inappropriate to write a pull request for the company I interviewed with?
Why do phishing e-mails use faked e-mail addresses instead of the real one?
Averaging over columns while ignoring zero entries
Why is there an extra space when I type "ls" on the Desktop?
What can I do if someone tampers with my SSH public key?
What do you call someone who likes to pick fights?
Smooth scroll in Zathura
Zathura: how to print specified pagesZathura background colour cannot be changed?Can I define a new command in Zathura?How to enable copy-to-clipboard with zathura-pdf-poppler?How to read pdf annotations in Zathura?If zathura install both zathura-pdf-mupdf and zathura-pdf-poppler, which will be used when open pdf filesZathura shortcut/feedkeys configuration for recolouringOpen file from history in ZathuraMaximizing zathura window, scrambled displayZathura pdf viewer Go back after following an internal link
I am trying to enable the smooth scrolling feature in Zathura. I have the following line in my zathurarc: set smooth-scroll true
, but the scrolling doesn't become smooth.
According to the documentation:
smooth-scroll
Defines if scrolling via touchpad should be smooth(only available with gtk >= 3.4).
I have gtk 3.22 installed (which is greater than 3.4, right?) as dpkg -s libgtk-3-0|grep '^Version'
gives me Version: 3.22.4-1
.
What do I need to do in order to enable smooth scroll? The "via touchpad" part is also suspicious, but I can't get it to work on either a touchpad, a scrollwheel or with the keyboard.
Another suspicious thing is that it does not autocomplete when I type :set sm
which it does with other options.
zathura
add a comment |
I am trying to enable the smooth scrolling feature in Zathura. I have the following line in my zathurarc: set smooth-scroll true
, but the scrolling doesn't become smooth.
According to the documentation:
smooth-scroll
Defines if scrolling via touchpad should be smooth(only available with gtk >= 3.4).
I have gtk 3.22 installed (which is greater than 3.4, right?) as dpkg -s libgtk-3-0|grep '^Version'
gives me Version: 3.22.4-1
.
What do I need to do in order to enable smooth scroll? The "via touchpad" part is also suspicious, but I can't get it to work on either a touchpad, a scrollwheel or with the keyboard.
Another suspicious thing is that it does not autocomplete when I type :set sm
which it does with other options.
zathura
can you try setting a verbose error-log level? Maybe that would give you a hint about the underlying problem. Also, have you observed problems with other applications and the scroll-speed?
– ILMostro_7
Oct 3 '17 at 14:51
In newer releases of Zathura (0.4.3) the scrolling is now smooth by default. Still no smooth-scroll option.
– Hielke Walinga
Jan 10 at 21:27
@ILMostro_7: Nope, I don't see anything suspicious with verbose logging and nope, no other applications are behaving strange.
– nijoakim
Jan 10 at 23:00
@Heilke Walinga: Hmm... Strange! I am running 0.4.3 and the scrolling is not smooth. So... Is it smooth for you, you say?
– nijoakim
Jan 10 at 23:01
add a comment |
I am trying to enable the smooth scrolling feature in Zathura. I have the following line in my zathurarc: set smooth-scroll true
, but the scrolling doesn't become smooth.
According to the documentation:
smooth-scroll
Defines if scrolling via touchpad should be smooth(only available with gtk >= 3.4).
I have gtk 3.22 installed (which is greater than 3.4, right?) as dpkg -s libgtk-3-0|grep '^Version'
gives me Version: 3.22.4-1
.
What do I need to do in order to enable smooth scroll? The "via touchpad" part is also suspicious, but I can't get it to work on either a touchpad, a scrollwheel or with the keyboard.
Another suspicious thing is that it does not autocomplete when I type :set sm
which it does with other options.
zathura
I am trying to enable the smooth scrolling feature in Zathura. I have the following line in my zathurarc: set smooth-scroll true
, but the scrolling doesn't become smooth.
According to the documentation:
smooth-scroll
Defines if scrolling via touchpad should be smooth(only available with gtk >= 3.4).
I have gtk 3.22 installed (which is greater than 3.4, right?) as dpkg -s libgtk-3-0|grep '^Version'
gives me Version: 3.22.4-1
.
What do I need to do in order to enable smooth scroll? The "via touchpad" part is also suspicious, but I can't get it to work on either a touchpad, a scrollwheel or with the keyboard.
Another suspicious thing is that it does not autocomplete when I type :set sm
which it does with other options.
zathura
zathura
edited Aug 22 '17 at 12:50
nijoakim
asked Jan 31 '17 at 9:29
nijoakimnijoakim
1646
1646
can you try setting a verbose error-log level? Maybe that would give you a hint about the underlying problem. Also, have you observed problems with other applications and the scroll-speed?
– ILMostro_7
Oct 3 '17 at 14:51
In newer releases of Zathura (0.4.3) the scrolling is now smooth by default. Still no smooth-scroll option.
– Hielke Walinga
Jan 10 at 21:27
@ILMostro_7: Nope, I don't see anything suspicious with verbose logging and nope, no other applications are behaving strange.
– nijoakim
Jan 10 at 23:00
@Heilke Walinga: Hmm... Strange! I am running 0.4.3 and the scrolling is not smooth. So... Is it smooth for you, you say?
– nijoakim
Jan 10 at 23:01
add a comment |
can you try setting a verbose error-log level? Maybe that would give you a hint about the underlying problem. Also, have you observed problems with other applications and the scroll-speed?
– ILMostro_7
Oct 3 '17 at 14:51
In newer releases of Zathura (0.4.3) the scrolling is now smooth by default. Still no smooth-scroll option.
– Hielke Walinga
Jan 10 at 21:27
@ILMostro_7: Nope, I don't see anything suspicious with verbose logging and nope, no other applications are behaving strange.
– nijoakim
Jan 10 at 23:00
@Heilke Walinga: Hmm... Strange! I am running 0.4.3 and the scrolling is not smooth. So... Is it smooth for you, you say?
– nijoakim
Jan 10 at 23:01
can you try setting a verbose error-log level? Maybe that would give you a hint about the underlying problem. Also, have you observed problems with other applications and the scroll-speed?
– ILMostro_7
Oct 3 '17 at 14:51
can you try setting a verbose error-log level? Maybe that would give you a hint about the underlying problem. Also, have you observed problems with other applications and the scroll-speed?
– ILMostro_7
Oct 3 '17 at 14:51
In newer releases of Zathura (0.4.3) the scrolling is now smooth by default. Still no smooth-scroll option.
– Hielke Walinga
Jan 10 at 21:27
In newer releases of Zathura (0.4.3) the scrolling is now smooth by default. Still no smooth-scroll option.
– Hielke Walinga
Jan 10 at 21:27
@ILMostro_7: Nope, I don't see anything suspicious with verbose logging and nope, no other applications are behaving strange.
– nijoakim
Jan 10 at 23:00
@ILMostro_7: Nope, I don't see anything suspicious with verbose logging and nope, no other applications are behaving strange.
– nijoakim
Jan 10 at 23:00
@Heilke Walinga: Hmm... Strange! I am running 0.4.3 and the scrolling is not smooth. So... Is it smooth for you, you say?
– nijoakim
Jan 10 at 23:01
@Heilke Walinga: Hmm... Strange! I am running 0.4.3 and the scrolling is not smooth. So... Is it smooth for you, you say?
– nijoakim
Jan 10 at 23:01
add a comment |
2 Answers
2
active
oldest
votes
I use the touchpad and had the same problem. this got it fixed though:
:set scroll-step 50
(you can fiddle with the number to see which suits you the best)
Hmm... According to the man page, that should have nothing to do with smoothness, and the default value is 40; I don't see why 50 would make a difference. I have tried it anyway, but that doesn't change the smoothness.
– nijoakim
Jan 10 at 23:03
add a comment |
You have to put double quotes around true
set smooth-scroll "true"
From man zathurarc
COMMANDS
set - Changing options
...
· BOOL - A boolean value ("true" for true, "false" for false)
New contributor
Seems unlikely. I did a Google search forzathurarc
, and the first hit shows examples ofset … true
without quotes. Can you give a reference that supports your answer? (Please do not respond in comments; edit your answer to make it clearer and more complete.) Can anybody verify that this works?
– G-Man
yesterday
Hmm... I tried it but I don't see a difference. Thanks for your answer, though, and feel free to elaborate if you think that I have misunderstood something.
– nijoakim
7 hours ago
I have edited my answer to include a reference from the man page. Also note thatsmooth-scroll
does not enable smooth scrolling with vim-like motion keys. It only enables with trackpad.
– vn-ki
4 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f341408%2fsmooth-scroll-in-zathura%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I use the touchpad and had the same problem. this got it fixed though:
:set scroll-step 50
(you can fiddle with the number to see which suits you the best)
Hmm... According to the man page, that should have nothing to do with smoothness, and the default value is 40; I don't see why 50 would make a difference. I have tried it anyway, but that doesn't change the smoothness.
– nijoakim
Jan 10 at 23:03
add a comment |
I use the touchpad and had the same problem. this got it fixed though:
:set scroll-step 50
(you can fiddle with the number to see which suits you the best)
Hmm... According to the man page, that should have nothing to do with smoothness, and the default value is 40; I don't see why 50 would make a difference. I have tried it anyway, but that doesn't change the smoothness.
– nijoakim
Jan 10 at 23:03
add a comment |
I use the touchpad and had the same problem. this got it fixed though:
:set scroll-step 50
(you can fiddle with the number to see which suits you the best)
I use the touchpad and had the same problem. this got it fixed though:
:set scroll-step 50
(you can fiddle with the number to see which suits you the best)
edited Oct 3 '17 at 14:26
Anthon
61.1k17104167
61.1k17104167
answered Oct 3 '17 at 14:07
gwilhermgwilherm
212
212
Hmm... According to the man page, that should have nothing to do with smoothness, and the default value is 40; I don't see why 50 would make a difference. I have tried it anyway, but that doesn't change the smoothness.
– nijoakim
Jan 10 at 23:03
add a comment |
Hmm... According to the man page, that should have nothing to do with smoothness, and the default value is 40; I don't see why 50 would make a difference. I have tried it anyway, but that doesn't change the smoothness.
– nijoakim
Jan 10 at 23:03
Hmm... According to the man page, that should have nothing to do with smoothness, and the default value is 40; I don't see why 50 would make a difference. I have tried it anyway, but that doesn't change the smoothness.
– nijoakim
Jan 10 at 23:03
Hmm... According to the man page, that should have nothing to do with smoothness, and the default value is 40; I don't see why 50 would make a difference. I have tried it anyway, but that doesn't change the smoothness.
– nijoakim
Jan 10 at 23:03
add a comment |
You have to put double quotes around true
set smooth-scroll "true"
From man zathurarc
COMMANDS
set - Changing options
...
· BOOL - A boolean value ("true" for true, "false" for false)
New contributor
Seems unlikely. I did a Google search forzathurarc
, and the first hit shows examples ofset … true
without quotes. Can you give a reference that supports your answer? (Please do not respond in comments; edit your answer to make it clearer and more complete.) Can anybody verify that this works?
– G-Man
yesterday
Hmm... I tried it but I don't see a difference. Thanks for your answer, though, and feel free to elaborate if you think that I have misunderstood something.
– nijoakim
7 hours ago
I have edited my answer to include a reference from the man page. Also note thatsmooth-scroll
does not enable smooth scrolling with vim-like motion keys. It only enables with trackpad.
– vn-ki
4 hours ago
add a comment |
You have to put double quotes around true
set smooth-scroll "true"
From man zathurarc
COMMANDS
set - Changing options
...
· BOOL - A boolean value ("true" for true, "false" for false)
New contributor
Seems unlikely. I did a Google search forzathurarc
, and the first hit shows examples ofset … true
without quotes. Can you give a reference that supports your answer? (Please do not respond in comments; edit your answer to make it clearer and more complete.) Can anybody verify that this works?
– G-Man
yesterday
Hmm... I tried it but I don't see a difference. Thanks for your answer, though, and feel free to elaborate if you think that I have misunderstood something.
– nijoakim
7 hours ago
I have edited my answer to include a reference from the man page. Also note thatsmooth-scroll
does not enable smooth scrolling with vim-like motion keys. It only enables with trackpad.
– vn-ki
4 hours ago
add a comment |
You have to put double quotes around true
set smooth-scroll "true"
From man zathurarc
COMMANDS
set - Changing options
...
· BOOL - A boolean value ("true" for true, "false" for false)
New contributor
You have to put double quotes around true
set smooth-scroll "true"
From man zathurarc
COMMANDS
set - Changing options
...
· BOOL - A boolean value ("true" for true, "false" for false)
New contributor
edited 4 hours ago
New contributor
answered yesterday
vn-kivn-ki
11
11
New contributor
New contributor
Seems unlikely. I did a Google search forzathurarc
, and the first hit shows examples ofset … true
without quotes. Can you give a reference that supports your answer? (Please do not respond in comments; edit your answer to make it clearer and more complete.) Can anybody verify that this works?
– G-Man
yesterday
Hmm... I tried it but I don't see a difference. Thanks for your answer, though, and feel free to elaborate if you think that I have misunderstood something.
– nijoakim
7 hours ago
I have edited my answer to include a reference from the man page. Also note thatsmooth-scroll
does not enable smooth scrolling with vim-like motion keys. It only enables with trackpad.
– vn-ki
4 hours ago
add a comment |
Seems unlikely. I did a Google search forzathurarc
, and the first hit shows examples ofset … true
without quotes. Can you give a reference that supports your answer? (Please do not respond in comments; edit your answer to make it clearer and more complete.) Can anybody verify that this works?
– G-Man
yesterday
Hmm... I tried it but I don't see a difference. Thanks for your answer, though, and feel free to elaborate if you think that I have misunderstood something.
– nijoakim
7 hours ago
I have edited my answer to include a reference from the man page. Also note thatsmooth-scroll
does not enable smooth scrolling with vim-like motion keys. It only enables with trackpad.
– vn-ki
4 hours ago
Seems unlikely. I did a Google search for
zathurarc
, and the first hit shows examples of set … true
without quotes. Can you give a reference that supports your answer? (Please do not respond in comments; edit your answer to make it clearer and more complete.) Can anybody verify that this works?– G-Man
yesterday
Seems unlikely. I did a Google search for
zathurarc
, and the first hit shows examples of set … true
without quotes. Can you give a reference that supports your answer? (Please do not respond in comments; edit your answer to make it clearer and more complete.) Can anybody verify that this works?– G-Man
yesterday
Hmm... I tried it but I don't see a difference. Thanks for your answer, though, and feel free to elaborate if you think that I have misunderstood something.
– nijoakim
7 hours ago
Hmm... I tried it but I don't see a difference. Thanks for your answer, though, and feel free to elaborate if you think that I have misunderstood something.
– nijoakim
7 hours ago
I have edited my answer to include a reference from the man page. Also note that
smooth-scroll
does not enable smooth scrolling with vim-like motion keys. It only enables with trackpad.– vn-ki
4 hours ago
I have edited my answer to include a reference from the man page. Also note that
smooth-scroll
does not enable smooth scrolling with vim-like motion keys. It only enables with trackpad.– vn-ki
4 hours ago
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f341408%2fsmooth-scroll-in-zathura%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
can you try setting a verbose error-log level? Maybe that would give you a hint about the underlying problem. Also, have you observed problems with other applications and the scroll-speed?
– ILMostro_7
Oct 3 '17 at 14:51
In newer releases of Zathura (0.4.3) the scrolling is now smooth by default. Still no smooth-scroll option.
– Hielke Walinga
Jan 10 at 21:27
@ILMostro_7: Nope, I don't see anything suspicious with verbose logging and nope, no other applications are behaving strange.
– nijoakim
Jan 10 at 23:00
@Heilke Walinga: Hmm... Strange! I am running 0.4.3 and the scrolling is not smooth. So... Is it smooth for you, you say?
– nijoakim
Jan 10 at 23:01