diff options
-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 |