mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
äf
This commit is contained in:
parent
ec1fc2d0ae
commit
d7320121a4
3 changed files with 9 additions and 1 deletions
|
@ -169,6 +169,13 @@ animations {
|
|||
}
|
||||
}
|
||||
|
||||
gestures {
|
||||
dnd-edge-view-scroll {
|
||||
trigger-width 200
|
||||
max-speed 3500
|
||||
}
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match is-window-cast-target=true
|
||||
border {
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
"news": {
|
||||
"NEWS.md": "10960"
|
||||
},
|
||||
"version": 8
|
||||
"version": 7
|
||||
}
|
|
@ -26,6 +26,7 @@ private fn merge_into_home(enabled, templates) {
|
|||
#{ enabled: enabled, targets: "~", strategy: "merge", templates: templates }
|
||||
}
|
||||
|
||||
|
||||
export let eggs = #{
|
||||
"nvim-old": #{ enabled: false },
|
||||
"wallpapers": #{ targets: "~/.config/wallpapers" },
|
||||
|
|
Loading…
Add table
Reference in a new issue