[StumpWM] Use qutebrowser as default web browser
This commit is contained in:
parent
692931619c
commit
040a8cf98b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
(defparameter *key-layout* "de" "Stores the current key layout")
|
(defparameter *key-layout* "de" "Stores the current key layout")
|
||||||
|
|
||||||
;; Default applicatoins
|
;; Default applicatoins
|
||||||
(defparameter *web-browser* "firefox" "Stores the web browser")
|
(defparameter *web-browser* "qutebrowser" "Stores the web browser")
|
||||||
(defparameter *editor* "emacs" "Stores the editor")
|
(defparameter *editor* "emacs" "Stores the editor")
|
||||||
(defparameter *terminal* "alacritty" "Stores the terminal emulator")
|
(defparameter *terminal* "alacritty" "Stores the terminal emulator")
|
||||||
(defparameter *file-manager* "dolphin" "Stores the terminal emulator")
|
(defparameter *file-manager* "dolphin" "Stores the terminal emulator")
|
||||||
|
|
Loading…
Reference in a new issue