mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +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
|
@ -20,15 +20,18 @@ macro index c "<change-vfolder>?" "Change to vfolder overview"
|
|||
macro index \\\\ "<vfolder-from-query>" "Search mailbox"
|
||||
|
||||
# # open a different virtual folder
|
||||
#bind index,pager X change-vfolder
|
||||
# # read entire thread of the current message
|
||||
# bind index,pager + entire-thread
|
||||
# bind index,pager X change-vfolder
|
||||
# read entire thread of the current message
|
||||
bind index,pager + entire-thread
|
||||
# # generate virtual folder from query
|
||||
#bind index,pager \CX vfolder-from-query
|
||||
# generate virtual folder from query with time window
|
||||
bind index < vfolder-window-backward
|
||||
bind index > vfolder-window-forward
|
||||
|
||||
bind index , modify-labels
|
||||
bind index . modify-tags
|
||||
|
||||
|
||||
|
||||
## 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+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
|
||||
|
||||
|
|
Loading…
Reference in a new issue