From df4f5741355d513ec04a1dae6bcb89de24be6eab Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Thu, 18 Jan 2018 18:46:18 +0100 Subject: [PATCH] Remove redshift from init-exwm.el I'm now using a systemd service --- hosts/blueberry/init-exwm.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hosts/blueberry/init-exwm.el b/hosts/blueberry/init-exwm.el index eb55eb8..36cf48c 100644 --- a/hosts/blueberry/init-exwm.el +++ b/hosts/blueberry/init-exwm.el @@ -202,13 +202,6 @@ Append OUTPUT to the PROCESS buffer, and lock the screen when there is output." (interactive) (shell-command-to-string "slock")) -(defun start-redshift () - (interactive) - (let ((bufname (generate-new-buffer-name "*redshift output*"))) - (start-process-shell-command "redshift" bufname "redshift"))) - -(add-hook 'exwm-init-hook #'start-redshift) - (require 'exwm-randr) (setq exwm-randr-workspace-output-plist '(0 "eDP-1" 1 "DP-2-1")) (add-hook 'exwm-randr-screen-change-hook