aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMail/.local/share/mail/.notmuch/hooks/post-new3
-rw-r--r--NeoVim/.config/nvim/lazy-lock.json2
-rw-r--r--SXHkD/.config/sxhkd/sxhkdrc30
-rwxr-xr-xScripts/.local/scripts/screenshot3
-rw-r--r--mpv/.config/mpv/mpv.conf1
5 files changed, 25 insertions, 14 deletions
diff --git a/Mail/.local/share/mail/.notmuch/hooks/post-new b/Mail/.local/share/mail/.notmuch/hooks/post-new
index 7558d11..f65d477 100755
--- a/Mail/.local/share/mail/.notmuch/hooks/post-new
+++ b/Mail/.local/share/mail/.notmuch/hooks/post-new
@@ -37,3 +37,6 @@ notmuch tag -inbox +bank from:'*@*hsbc*' from:'*@*lloydsbank*'
notmuch tag +flagged from:'expiry@letsencrypt.org'
notmuch tag -inbox +unread +trading from:"*trading212.com"
+
+notmuch tag -inbox +unread +projects from:"jira*"
+notmuch tag -inbox +unread +projects from:"*@github.com"
diff --git a/NeoVim/.config/nvim/lazy-lock.json b/NeoVim/.config/nvim/lazy-lock.json
index 002a3c3..333b1b7 100644
--- a/NeoVim/.config/nvim/lazy-lock.json
+++ b/NeoVim/.config/nvim/lazy-lock.json
@@ -3,5 +3,5 @@
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" },
"telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" },
- "vim-tmux-navigator": { "branch": "master", "commit": "96da8e10ce83b754f442c3e25d1bf74451d220f2" }
+ "vim-tmux-navigator": { "branch": "master", "commit": "97e58f2b3b4f8fd30ce149302f10202f363cc361" }
}
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc
index 081a67d..ee95a8b 100644
--- a/SXHkD/.config/sxhkd/sxhkdrc
+++ b/SXHkD/.config/sxhkd/sxhkdrc
@@ -19,7 +19,10 @@ super + e
super + s
notify-send -u low "Launching browser"; \
- xdg-open "https://duckduckgo.com"
+ xdg-open "https://duckduckgo.com";
+
+super + C
+ dunstctl close;
super + semicolon
$HOME/.local/scripts/localstream -f;
@@ -55,14 +58,6 @@ super + ctrl + alt + l
super + ctrl + m
$HOME/.local/scripts/mail_fetch
-super + ctrl + d
- notify-send -u low "Changing background"; \
- $HOME/.local/scripts/background;
-
-super + ctrl + D
- notify-send -u low "Changing background"; \
- $HOME/.local/scripts/black-bg;
-
super + p
passmenu -f -i
@@ -75,7 +70,7 @@ super + F12
super + Home
onboard
-# Music and volume
+# Media
super + F{6,7,8}
playerctl {previous,play-pause,next};
@@ -101,10 +96,21 @@ XF86AudioMute
Pause
playerctl --player=spotify play-pause
-# Connections
Print
- scrot -f -s '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/';
+ $HOME/.local/scripts/screenshot;
+super + alt + s
+ $HOME/.local/scripts/screenshot;
+
+super + ctrl + d
+ notify-send -u low "Changing background"; \
+ $HOME/.local/scripts/background;
+
+super + ctrl + D
+ notify-send -u low "Changing background"; \
+ $HOME/.local/scripts/black-bg;
+
+# Connections
Scroll_Lock
conn=$(nmcli | grep "connected to" | sed 's/.*connected to //g' | head -1); \
nmcli c down "$conn"; \
diff --git a/Scripts/.local/scripts/screenshot b/Scripts/.local/scripts/screenshot
new file mode 100755
index 0000000..8bbc6a9
--- /dev/null
+++ b/Scripts/.local/scripts/screenshot
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+
+scrot -f -s '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/';
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf
index 5727f39..2894899 100644
--- a/mpv/.config/mpv/mpv.conf
+++ b/mpv/.config/mpv/mpv.conf
@@ -4,4 +4,3 @@ save-watch-history
hwdec=vaapi
gpu-context=x11egl
cache=yes
-demuxer-max-bytes=512M \ No newline at end of file