From 44d865f90f6565142e76fc1e4a21fe13ee985daf Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 25 Nov 2017 22:54:54 +0100 Subject: [PATCH] StumpWM: Don't run URXVT on startup, but redshift and telegram --- stumpwm/stumpwmrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 71ad6be..de25646 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -263,12 +263,15 @@ ;; firefox (run-shell-command "firefox-nightly") -;; term -(run-shell-command "urxvt") +;; telegram +(run-shell-command "telegram-desktop") ;; emacs (run-commands "emacs") +;; redshift +(run-shell-command "redshift") + ;; last settings (switch-layout-to *key-layout*)