add desktop refactors so dconf is disabled by default

This commit is contained in:
Christoph Hollizeck 2024-11-04 23:14:41 +01:00
parent 9e5b856a18
commit b694d6b081
Signed by: Daholli
GPG key ID: 1763BB530F50279E
5 changed files with 582 additions and 18 deletions

View file

@ -46,7 +46,7 @@
"bar.workspaces.numbered_active_indicator": "underline",
"bar.scrollSpeed": 0,
"menus.dashboard.powermenu.avatar.image": "/home/cholli/Pictures/profile.png",
"menus.dashboard.shortcuts.enabled": true,
"menus.dashboard.shortcuts.enabled": false,
"menus.dashboard.directories.left.directory3.command": "bash -c \"xdg-open $HOME/projects/\"",
"menus.dashboard.directories.left.directory1.command": "bash -c \"xdg-open $HOME/Downloads/\"",
"menus.dashboard.stats.enable_gpu": true,
@ -455,5 +455,6 @@
"bar.windowtitle.label": true,
"bar.windowtitle.title_map": [],
"bar.windowtitle.truncation": false,
"bar.workspaces.hideUnoccupied": true
}
"bar.workspaces.hideUnoccupied": true,
"bar.launcher.rightClick": "hyprpanel -t settings-dialog"
}