Other changes
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
|
||||
@@ -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"; \
|
||||
|
||||
3
Scripts/.local/scripts/screenshot
Executable file
3
Scripts/.local/scripts/screenshot
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
scrot -f -s '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/';
|
||||
@@ -4,4 +4,3 @@ save-watch-history
|
||||
hwdec=vaapi
|
||||
gpu-context=x11egl
|
||||
cache=yes
|
||||
demuxer-max-bytes=512M
|
||||
Reference in New Issue
Block a user