StumpWM: use firefox instead of firefox-nightly

This commit is contained in:
Marcel Kapfer 2018-02-23 10:06:20 +01:00
parent aaaf5d97e5
commit 99435dd13e
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 5 additions and 5 deletions

View File

@ -83,8 +83,8 @@
;; root keybindings
;
;; browser
(define-key *root-map* (kbd "W") "exec x-www-browser")
(define-key *root-map* (kbd "P") "exec firefox-nightly --private-window")
(define-key *root-map* (kbd "W") "exec firefox")
(define-key *root-map* (kbd "P") "exec firefox --private-window")
;;; terminal
(define-key *root-map* (kbd "c") "exec urxvt")
@ -309,7 +309,7 @@ script."
(0 nil t :class "TelegramDesktop"))
(define-frame-preference "web"
(0 nil t :class "Nightly"))
(0 nil t :class "Firefox"))
(define-frame-preference "music"
(0 nil t :class "Spotify"))
@ -326,13 +326,13 @@ script."
(run-shell-command "bwsyncandshare")
;; firefox
(run-shell-command "firefox-nightly")
(run-shell-command "firefox")
;; telegram
(run-shell-command "telegram-desktop")
;; emacs
(run-commands "emacs")
(run-commands "es")
;; redshift
(run-shell-command "redshift")