more compatible ssh via dmenu_ssh
This commit is contained in:
parent
ce84d3aa68
commit
dee2369e10
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ bindsym Control+q exec /bin/true
|
|||
# start dmenu (a program launcher)
|
||||
bindsym $mod+s exec dmenu_displays -i -fn "$dmenu_font"
|
||||
bindsym $mod+d exec dmenu_run -p run -i -fn "$dmenu_font"
|
||||
bindsym $mod+p exec dmenu_ssh "$i3_term -e ssh" -i -fn "$dmenu_font"
|
||||
bindsym $mod+p exec dmenu_ssh "$i3_term -e termcompat ssh" -i -fn "$dmenu_font"
|
||||
bindsym $mod+u exec dmenu_pass -i -fn "$dmenu_font"
|
||||
bindsym $mod+Tab exec rofi -show window
|
||||
|
||||
|
|
Loading…
Reference in a new issue