Add Next as a possible browser option

This commit is contained in:
Tom Willemse 2020-12-26 23:11:18 -08:00
parent e808adca0c
commit c2d7aa1240

View file

@ -70,7 +70,7 @@ hc keybind $Mod-Return spawn kitty
# Switch to a running instance of URxvt or Hyper, or start one. # Switch to a running instance of URxvt or Hyper, or start one.
hc keybind $Mod-c spawn hlwm-run-or-raise '\(URxvt\|Hyper\|kitty\)' kitty hc keybind $Mod-c spawn hlwm-run-or-raise '\(URxvt\|Hyper\|kitty\)' kitty
# Switch to a running instance of Conkeror, or start one. # Switch to a running instance of Conkeror, or start one.
hc keybind $Mod-b spawn hlwm-run-or-raise '\(Conkeror\|[Ff]irefox\|Chromium\)' firefox hc keybind $Mod-b spawn hlwm-run-or-raise '\(Conkeror\|[Ff]irefox\|Chromium\|Next\)' firefox
# Switch to a running instance of Emacs, or create an Emacs client # Switch to a running instance of Emacs, or create an Emacs client
# frame. Start an Emacs daemon if necessary. # frame. Start an Emacs daemon if necessary.
hc keybind $Mod-t spawn hlwm-run-or-raise Emacs emacsclient --create-frame hc keybind $Mod-t spawn hlwm-run-or-raise Emacs emacsclient --create-frame