Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add distrobox and blackbox config #18

Merged
merged 1 commit into from
Mar 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion etc/dconf/db/local.d/01-ublue
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,25 @@ binding='<Control><Alt>t'
command='gnome-terminal'
name='gnome-terminal'

[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1]
binding='<Control><Alt>u'
command='blackbox'
name='blackbox'

[org/gnome/software]
allow-updates="false"
download-updates="false"
download-updates-notify="false"

[org/gnome/settings-daemon/plugins/media-keys]
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/', '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/]

[com/raggesilver/BlackBox]
command-as-login-shell="true"
use-custom-command="true"
custom-shell-command='distrobox enter ubuntu'
theme-dark="Yaru"
style-preference=1
font="Ubuntu Mono 16"
window-width=975
window-height=650