문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
linux:gnome:dconf [2020/09/14 17:47] kwon37xi 만듦 |
linux:gnome:dconf [2025/01/15 20:02] (현재) kwon37xi [import/export (backup/restore)] |
||
---|---|---|---|
줄 2: | 줄 2: | ||
* https:// | * https:// | ||
* [[linux: | * [[linux: | ||
+ | * ''/ | ||
+ | |||
+ | ===== read/write ===== | ||
+ | <code sh> | ||
+ | dconf read '/ | ||
+ | |||
+ | dconf write '/ | ||
+ | |||
+ | dconf write '/ | ||
+ | </ | ||
줄 14: | 줄 24: | ||
</ | </ | ||
+ | |||
+ | ===== 변경되는 Key 확인하기 ===== | ||
+ | * 설정을 변경할 때 어떤 dconf key 가 변경되는지 확인하려면 터미널에서 아래 명령을 실행하고 설정을 변경해보면 된다. | ||
+ | |||
+ | <code sh> | ||
+ | dconf watch / | ||
+ | </ | ||
+ | |||
+ | ==== 참조 ==== | ||
+ | * [[https:// | ||
+ |