summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-04-09 13:50:17 +0200
committerAlan Pearce2019-04-09 13:50:17 +0200
commit2591fa84707246635e37d358cda8de08f083d092 (patch)
treea7e3462c88ebbf4f303c9b593ea34d72618abd42
parentf3643e807687764deb9586746b316e02f8bc3ad2 (diff)
downloaddotfiles-2591fa84707246635e37d358cda8de08f083d092.tar.xz
dotfiles-2591fa84707246635e37d358cda8de08f083d092.zip
autorandr: Don't restart i3 on monitor hotplug
-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 89c8a22..85a7cfe 100755 --- a/autorandr/.config/autorandr/postswitch +++ b/autorandr/.config/autorandr/postswitch
@@ -11,6 +11,5 @@ esac
11 11
12xrandr --dpi $DPI 12xrandr --dpi $DPI
13emacsclient -e "(setq display-pixels-per-inch $DPI)" > /dev/null 13emacsclient -e "(setq display-pixels-per-inch $DPI)" > /dev/null
14i3-msg restart
15 14
16notify-send --expire-time=5000 "Display profile: '$AUTORANDR_CURRENT_PROFILE'" 15notify-send --expire-time=5000 "Display profile: '$AUTORANDR_CURRENT_PROFILE'"