add desktop refactors so dconf is disabled by default
This commit is contained in:
parent
9e5b856a18
commit
b694d6b081
5 changed files with 582 additions and 18 deletions
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue