aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMail/.local/share/mail/.notmuch/hooks/post-new1
-rw-r--r--Mail/.notmuch-config4
-rw-r--r--Shell/.zshrc4
-rw-r--r--XServer/.xinitrc4
4 files changed, 7 insertions, 6 deletions
diff --git a/Mail/.local/share/mail/.notmuch/hooks/post-new b/Mail/.local/share/mail/.notmuch/hooks/post-new
index 0573651..e0e9131 100755
--- a/Mail/.local/share/mail/.notmuch/hooks/post-new
+++ b/Mail/.local/share/mail/.notmuch/hooks/post-new
@@ -5,6 +5,7 @@ notmuch tag +inbox +unread -new -- tag:new
notmuch tag -new -unread +inbox +sent -- '(from:"aryadev@aryadevchavali.com*" not to:"*@aryadevchavali.com.com*" not tag:list)'
notmuch tag -inbox +list 'from:"rss@aryadevchavali.com"'
+notmuch tag -inbox -unread +spam 'path:general/Junk/**'
notmuch tag -inbox +warwick from:'*@warwick.ac.uk*'
diff --git a/Mail/.notmuch-config b/Mail/.notmuch-config
index f0bd4e4..bc81505 100644
--- a/Mail/.notmuch-config
+++ b/Mail/.notmuch-config
@@ -12,7 +12,7 @@
#
[database]
-path=.local/share/mail
+path=/home/oreo/.local/share/mail
# User configuration
#
@@ -64,7 +64,7 @@ ignore=
#
[search]
-exclude_tags=trash;deleted;spam;
+exclude_tags=trash;deleted;spam;junk;
# Maildir compatibility configuration
#
diff --git a/Shell/.zshrc b/Shell/.zshrc
index b1a338c..e31467c 100644
--- a/Shell/.zshrc
+++ b/Shell/.zshrc
@@ -130,7 +130,7 @@ export NVM_DIR="$HOME/.nvm"
. $HOME/.cargo/env
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
-export SDKMAN_DIR="/home/dx/.sdkman"
-[[ -s "/home/dx/.sdkman/bin/sdkman-init.sh" ]] && source "/home/dx/.sdkman/bin/sdkman-init.sh"
+export SDKMAN_DIR="/home/oreo/.sdkman"
+[[ -s "/home/oreo/.sdkman/bin/sdkman-init.sh" ]] && source "/home/oreo/.sdkman/bin/sdkman-init.sh"
eval $(opam env)
diff --git a/XServer/.xinitrc b/XServer/.xinitrc
index a7578ce..9a9ea50 100644
--- a/XServer/.xinitrc
+++ b/XServer/.xinitrc
@@ -8,8 +8,8 @@ xset s 1800;
xrandr --auto --output HDMI1 --primary;
xrandr --auto --output eDP1 --right-of HDMI1;
-xrandr --auto --output VGA1 --primary --left-of DP2;
-xrandr --auto --output DP2 left;
+xrandr --auto --output VGA1 --primary --left-of DP1;
+xrandr --auto --output DP1;
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
$HOME/.local/scripts/background &