Skip to content

Commit

Permalink
feat: add distrobox and blackbox config (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Mar 12, 2023
1 parent 0fd0969 commit 86167f8
Showing 1 changed file with 21 additions and 1 deletion.
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

0 comments on commit 86167f8

Please sign in to comment.