Add bindings for rofi launchers
This commit is contained in:
parent
59683479e5
commit
ae88fd790a
|
@ -57,6 +57,10 @@ bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+d exec dmenu_run
|
bindsym $mod+d exec dmenu_run
|
||||||
|
bindsym $mod+x exec rofi -show run
|
||||||
|
bindsym $mod+a exec rofi -show window
|
||||||
|
bindsym $mod+z exec rofi -show ssh
|
||||||
|
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
# installed.
|
# installed.
|
||||||
|
@ -238,7 +242,7 @@ bindsym $mod+Return exec i3-sensible-terminal
|
||||||
# Uses $TERMINAL environment setting
|
# Uses $TERMINAL environment setting
|
||||||
# bindsym $mod+Return exec terminal
|
# bindsym $mod+Return exec terminal
|
||||||
# Open dropdown terminal using tilix quake mode
|
# Open dropdown terminal using tilix quake mode
|
||||||
bindsym $mod+a exec tilix -q
|
bindsym $mod+t exec tilix -q
|
||||||
# Firefox
|
# Firefox
|
||||||
bindsym $mod+Shift+f exec firefox
|
bindsym $mod+Shift+f exec firefox
|
||||||
# Bluetooth device settings
|
# Bluetooth device settings
|
||||||
|
|
Loading…
Reference in New Issue