mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
Minor tweaks to neomutt keybinds & bugfix
This commit is contained in:
parent
3c3e307d97
commit
feddb45aff
2 changed files with 7 additions and 4 deletions
|
@ -21,14 +21,17 @@ macro index \\\\ "<vfolder-from-query>" "Search mailbox"
|
||||||
|
|
||||||
# # open a different virtual folder
|
# # open a different virtual folder
|
||||||
# bind index,pager X change-vfolder
|
# bind index,pager X change-vfolder
|
||||||
# # read entire thread of the current message
|
# read entire thread of the current message
|
||||||
# bind index,pager + entire-thread
|
bind index,pager + entire-thread
|
||||||
# # generate virtual folder from query
|
# # generate virtual folder from query
|
||||||
#bind index,pager \CX vfolder-from-query
|
#bind index,pager \CX vfolder-from-query
|
||||||
# generate virtual folder from query with time window
|
# generate virtual folder from query with time window
|
||||||
bind index < vfolder-window-backward
|
bind index < vfolder-window-backward
|
||||||
bind index > vfolder-window-forward
|
bind index > vfolder-window-forward
|
||||||
|
|
||||||
|
bind index , modify-labels
|
||||||
|
bind index . modify-tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Displaying Options -> How should the UI look?
|
## Displaying Options -> How should the UI look?
|
||||||
|
|
|
@ -268,7 +268,7 @@ bindsym $mod+m exec 'alacritty -e neomutt -f "notmuch://?query=tag:unread"'
|
||||||
bindsym $mod+x exec 'swaylock --screenshots --effect-blur 5x5 --effect-greyscale --fade-in 0.5'
|
bindsym $mod+x exec 'swaylock --screenshots --effect-blur 5x5 --effect-greyscale --fade-in 0.5'
|
||||||
|
|
||||||
bindsym $mod+n exec firefox
|
bindsym $mod+n exec firefox
|
||||||
bindsym $mod+o exec obsidian --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland
|
bindsym $mod+o exec 'obsidian --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland'
|
||||||
|
|
||||||
bindsym $mod+Ctrl+Space exec wofi-emoji
|
bindsym $mod+Ctrl+Space exec wofi-emoji
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue