From bd3ead910516056dc122c9ccdf78ef2bb8991152 Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 14 Aug 2023 18:42:53 +0200 Subject: Info on gnome settings --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 892c9fa..fe24f67 100644 --- a/README.md +++ b/README.md @@ -206,14 +206,11 @@ $ cargo run --release --bin wezterm -- start ### Gnome Custom Settings -- Run gnome settings at startup by editing `cron` jobs for current user +- Run gnome settings script ```bash -$ crontab -e -``` -- Add this line to the crontab to run script at startup: -```bash -@reboot $HOME/.local/bin/scripts/autostart.sh +$ gsettings.sh ``` + --- ## Development Environment @@ -604,6 +601,8 @@ $ sdkmanager --licenses - First allow script execution, run the following command in PowerShell as an administrator: ```dos Set-ExecutionPolicy RemoteSigned + # or + Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ``` - Then run the script by using this command in the same existing directory: ```dos -- cgit v1.2.3