diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-08-14 18:42:53 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-08-14 18:42:53 +0200 |
| commit | bd3ead910516056dc122c9ccdf78ef2bb8991152 (patch) | |
| tree | 26060a27ad644b6c37869696269572638a118a5f | |
| parent | b2476a7e179c82da699dba7b217645dab497aa45 (diff) | |
| download | dotfiles-bd3ead910516056dc122c9ccdf78ef2bb8991152.tar.gz dotfiles-bd3ead910516056dc122c9ccdf78ef2bb8991152.zip | |
Info on gnome settings
| -rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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 |
