summary refs log tree commit diff stats
path: root/autorandr
diff options
context:
space:
mode:
authorAlan Pearce2017-12-04 17:04:54 +0100
committerAlan Pearce2017-12-04 17:04:54 +0100
commit0b2052227e585a181fc9c10552ec53a5a87b397a (patch)
tree23fea934deddae155e5a3a0b48c3ad8eb95b6ddd /autorandr
parent0794610ad73b38d63fc57ce65eb19a95b8936cf7 (diff)
downloadnixfiles-0b2052227e585a181fc9c10552ec53a5a87b397a.tar.lz
nixfiles-0b2052227e585a181fc9c10552ec53a5a87b397a.tar.zst
nixfiles-0b2052227e585a181fc9c10552ec53a5a87b397a.zip
autorandr: Don't restart redshift
It seems to handle display switching after a second or two
Diffstat (limited to 'autorandr')
-rwxr-xr-xautorandr/.config/autorandr/postswitch1
1 files changed, 0 insertions, 1 deletions
diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch
index 76b3119e..96da6ab8 100755
--- a/autorandr/.config/autorandr/postswitch
+++ b/autorandr/.config/autorandr/postswitch
@@ -13,7 +13,6 @@ esac
 
 xrandr --dpi $DPI
 emacsclient -e "(setq display-pixels-per-inch $DPI)" > /dev/null
-systemctl --user restart redshift --no-block
 i3-msg restart
 
 notify-send --expire-time=5000 "Display profile: '$AUTORANDR_CURRENT_PROFILE'"