fix: enabled natural workspace swipe
This commit is contained in:
parent
04ebc0adeb
commit
aab860ebd3
|
@ -23,6 +23,7 @@ MOD: TAGS: pkgs:
|
|||
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
workspace_swipe_numbered = true
|
||||
}
|
||||
|
||||
misc {
|
||||
|
|
|
@ -10,8 +10,12 @@
|
|||
"repos"
|
||||
"Downloads"
|
||||
|
||||
# For nextcloud client install
|
||||
"./Nextcloud"
|
||||
".config/Nextcloud"
|
||||
|
||||
# for electron signal app state
|
||||
".config/signal"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue