Do back to using ranger and neomutt without tmux
This commit is contained in:
parent
9a3120f6e0
commit
a55d3230f1
@ -91,7 +91,8 @@
|
||||
|
||||
# File Manager
|
||||
super + o
|
||||
urxvt -e "ranger"
|
||||
$TERMINAL -e "ranger"
|
||||
# $TERMINAL -e "tmux -L ranger attach"
|
||||
|
||||
# Browser
|
||||
super + i
|
||||
@ -160,7 +161,7 @@ XF86Display
|
||||
|
||||
# Ranger
|
||||
super + space ; r
|
||||
urxvt -e "ranger"
|
||||
$TERMINAL -e "tmux -L ranger attach"
|
||||
|
||||
# pcmanfm: GUI file manager
|
||||
super + space ; shift + r
|
||||
@ -168,7 +169,8 @@ XF86Display
|
||||
|
||||
# Mails with neomutt
|
||||
super + space ; m
|
||||
$TERMINAL -e "tmux -L neomutt attach"
|
||||
$TERMINAL -e "neomutt"
|
||||
# $TERMINAL -e "tmux -L neomutt attach"
|
||||
|
||||
super + space ; shift + m
|
||||
$TERMINAL -e "neomutt -R"
|
||||
|
Loading…
Reference in New Issue
Block a user