Switch back to using passthrough script for terminals by default
This commit is contained in:
parent
ec2133e057
commit
0c2520a520
@ -40,8 +40,8 @@ mode "bypass" {
|
|||||||
}
|
}
|
||||||
bindsym $mod+Escape mode "bypass"
|
bindsym $mod+Escape mode "bypass"
|
||||||
|
|
||||||
bindsym $mod+Return exec alacritty # start a terminal
|
bindsym $mod+Shift+Return exec alacritty # start a terminal
|
||||||
bindsym --release $mod+Shift+Return exec $config_dir/passthrough "Emacs|Alacritty" "super+Return" alacritty # start a terminal in current pwd
|
bindsym --release $mod+Return exec $config_dir/passthrough "Emacs|Alacritty" "super+Return" alacritty # start a terminal in current pwd
|
||||||
bindsym $mod+e exec emacsclient -c -n # start emacs
|
bindsym $mod+e exec emacsclient -c -n # start emacs
|
||||||
bindsym $mod+Shift+e exec emacsclient -ce '(nm)' # start NeverMore
|
bindsym $mod+Shift+e exec emacsclient -ce '(nm)' # start NeverMore
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user