mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-09 22:19:42 +00:00
Disable application cache for walker
This commit is contained in:
parent
7e3ad744c0
commit
c002dba2c2
|
@ -10,6 +10,9 @@
|
||||||
"hyprland": {
|
"hyprland": {
|
||||||
"context_aware_history": false
|
"context_aware_history": false
|
||||||
},
|
},
|
||||||
|
"applications": {
|
||||||
|
"disable_cache": true
|
||||||
|
},
|
||||||
"activation_mode": {
|
"activation_mode": {
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"use_f_keys": false,
|
"use_f_keys": false,
|
||||||
|
|
Loading…
Reference in a new issue