fusuma: fix settings example (#3067)
This commit is contained in:
parent
ef990143b6
commit
12cfcc1b9d
|
@ -73,21 +73,17 @@ in {
|
||||||
type = yamlFormat.type;
|
type = yamlFormat.type;
|
||||||
example = literalExpression ''
|
example = literalExpression ''
|
||||||
{
|
{
|
||||||
enable = true;
|
threshold = {
|
||||||
extraPackages = with pkgs;[ xdotool ];
|
swipe = 0.1;
|
||||||
config = {
|
};
|
||||||
threshold = {
|
interval = {
|
||||||
swipe = 0.1;
|
swipe = 0.7;
|
||||||
};
|
};
|
||||||
interval = {
|
swipe = {
|
||||||
swipe = 0.7;
|
"3" = {
|
||||||
};
|
left = {
|
||||||
swipe = {
|
# GNOME: Switch to left workspace
|
||||||
"3" = {
|
command = "xdotool key ctrl+alt+Right";
|
||||||
left = {
|
|
||||||
# GNOME: Switch to left workspace
|
|
||||||
command = "xdotool key ctrl+alt+Right";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue