mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-07 01:21:03 +01:00
deploy: 12cfcc1b9d
This commit is contained in:
parent
2cd806457b
commit
1372e5c0d3
3 changed files with 20 additions and 24 deletions
26
options.html
26
options.html
|
|
@ -8562,21 +8562,17 @@ for an example configuration.
|
|||
<home-manager/modules/services/fusuma.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-services.fusuma.settings"></a><a class="term" href="options.html#opt-services.fusuma.settings"><code class="option">services.fusuma.settings</code></a></span></dt><dd><p>YAML config that will override the default fusuma configuration.
|
||||
</p><p><span class="emphasis"><em>Type:</em></span> YAML value</p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
|
||||
enable = true;
|
||||
extraPackages = with pkgs;[ xdotool ];
|
||||
config = {
|
||||
threshold = {
|
||||
swipe = 0.1;
|
||||
};
|
||||
interval = {
|
||||
swipe = 0.7;
|
||||
};
|
||||
swipe = {
|
||||
"3" = {
|
||||
left = {
|
||||
# GNOME: Switch to left workspace
|
||||
command = "xdotool key ctrl+alt+Right";
|
||||
};
|
||||
threshold = {
|
||||
swipe = 0.1;
|
||||
};
|
||||
interval = {
|
||||
swipe = 0.7;
|
||||
};
|
||||
swipe = {
|
||||
"3" = {
|
||||
left = {
|
||||
# GNOME: Switch to left workspace
|
||||
command = "xdotool key ctrl+alt+Right";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue