Skip to content

Commit

Permalink
Merge pull request #63 from dhruveshb-mecha/dev-v4
Browse files Browse the repository at this point in the history
fix: keyboard enable remove for now
  • Loading branch information
dhruveshb-mecha authored Jan 3, 2025
2 parents f825352 + 7aa65b8 commit 7c3818a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/distro/modules/system-config.nu
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ export def configure_mecha_system_pref [] {
# Use chroot to execute gsettings command
alias CHROOT = sudo chroot $rootfs_dir

log_debug "Enabling on-screen keyboard system-wide"
CHROOT gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled true
#log_debug "Enabling on-screen keyboard system-wide"
#CHROOT gsettings set org.gnome.desktop.a11y.applications screen-keyboard-enabled true

log_debug "Removing unused desktop files"
# Remove unwanted desktop files
Expand Down

0 comments on commit 7c3818a

Please sign in to comment.