diff options
author | noa@gaiwan.org | 2024-04-22 17:41:14 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-04-22 17:41:14 +0000 |
commit | 82ffa3c7ed21f5074d281e71a0641a176d78778b (patch) | |
tree | f2f124614b938d2dc12db4ecabaf0d3512d5fe50 | |
parent | d5886cfe2c38c92a060cca9e61ad9805f2aebe88 (diff) |
Folder structure modifications
-rw-r--r-- | mbsyncrc | 6 | ||||
-rwxr-xr-x | setup.sh | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mbsyncrc b/mbsyncrc index b76adcf..e4f7094 100644 --- a/mbsyncrc +++ b/mbsyncrc @@ -9,13 +9,13 @@ Account fastmail MaildirStore fastmail-local SuBFolders Verbatim -Path ~/Documents/Mail/ -Inbox ~/Documents/Mail/Inbox +Path "~/40-49 Words/49 Emails/" +Inbox "~/40-49 Words/49 Emails/Inbox" Channel fastmail Far :fastmail-remote: Near :fastmail-local: Patterns * Create Both -Expunge Both +Expunge None SyncState * diff --git a/setup.sh b/setup.sh index c68cccb..2e35611 100755 --- a/setup.sh +++ b/setup.sh @@ -25,7 +25,10 @@ echo "=== CONFIGURE PLASMA ===" ## Better touchpad settings ## Night light ## Faster animations + ## Open krunner instead of application launcher +kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.krunner,/App,,display" + ## Nicer application launcher ## Nicer task bar |