Skip to content

Commit

Permalink
Merge pull request #4 from ublue-os/main
Browse files Browse the repository at this point in the history
[pull] main from ublue-os:main
  • Loading branch information
pull[bot] authored Aug 21, 2023
2 parents 1763b1c + 843dc22 commit 259af9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/dconf/db/local.d/01-ublue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ name='gnome-terminal'

[org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1]
binding='<Control><Alt>u'
command='flatpak run com.raggesilver.BlackBox'
command='flatpak run com.raggesilver.BlackBox --command "distrobox enter ubuntu"'
name='blackbox ubuntu'

[org/gnome/settings-daemon/plugins/media-keys]
Expand All @@ -77,7 +77,7 @@ experimental-features=['scale-monitor-framebuffer']

[com/raggesilver/BlackBox]
command-as-login-shell=true
use-custom-command=true
use-custom-command=false
custom-shell-command='distrobox enter ubuntu'
theme-dark="Yaru"
style-preference=2
Expand Down
1 change: 1 addition & 0 deletions usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ podmansh-switch IMAGE:
systemctl --user start podmansh.service
echo "Image now switched to {{IMAGE}}"

# Install a better on-screen-keyboard and gesture improvements
touch:
pip install --upgrade gnome-extensions-cli
gext install [email protected]
Expand Down

0 comments on commit 259af9e

Please sign in to comment.