i3: F2 - open Ranger terminal

This commit is contained in:
Tobias Manske 2018-07-30 11:44:56 +02:00
parent abe29fcab9
commit 13d4360e56
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F

View File

@ -124,6 +124,9 @@ floating_modifier $mod
# BIND DROPDOWN TERMINAL TO F1
bindsym F1 [instance="dropdown"] scratchpad show; [instance="dropdown"] move position center
# Ranger Terminal
bindsym F2 exec "urxvt -name ranger -e ranger"
# Urgent window
bindsym $mod+x [urgent=latest] focus
@ -190,7 +193,6 @@ floating_modifier $mod
# {{{ STATUS BAR }}}
bar {
position top
status_command bumblebee-status $CLIENT_BUMBLEBEE
}