aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-08-14 18:42:53 +0200
committersrdusr <trevorgray@srdusr.com>2023-08-14 18:42:53 +0200
commitbd3ead910516056dc122c9ccdf78ef2bb8991152 (patch)
tree26060a27ad644b6c37869696269572638a118a5f
parentb2476a7e179c82da699dba7b217645dab497aa45 (diff)
downloaddotfiles-bd3ead910516056dc122c9ccdf78ef2bb8991152.tar.gz
dotfiles-bd3ead910516056dc122c9ccdf78ef2bb8991152.zip
Info on gnome settings
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
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