Browse Source

Remove redshift from init-exwm.el

I'm now using a systemd service
master
Nicolas Petton 5 years ago
parent
commit
df4f574135
No known key found for this signature in database GPG Key ID: E8BCD7866AFCF978
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      hosts/blueberry/init-exwm.el

+ 0
- 7
hosts/blueberry/init-exwm.el View File

@ -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


Loading…
Cancel
Save