diff options
author | Alan Pearce | 2019-04-09 13:50:17 +0200 |
---|---|---|
committer | Alan Pearce | 2019-04-09 13:50:17 +0200 |
commit | 2591fa84707246635e37d358cda8de08f083d092 (patch) | |
tree | a7e3462c88ebbf4f303c9b593ea34d72618abd42 /autorandr | |
parent | f3643e807687764deb9586746b316e02f8bc3ad2 (diff) | |
download | dotfiles-2591fa84707246635e37d358cda8de08f083d092.tar.lz dotfiles-2591fa84707246635e37d358cda8de08f083d092.tar.zst dotfiles-2591fa84707246635e37d358cda8de08f083d092.zip |
autorandr: Don't restart i3 on monitor hotplug
Diffstat (limited to 'autorandr')
-rwxr-xr-x | autorandr/.config/autorandr/postswitch | 1 |
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 xrandr --dpi $DPI emacsclient -e "(setq display-pixels-per-inch $DPI)" > /dev/null -i3-msg restart notify-send --expire-time=5000 "Display profile: '$AUTORANDR_CURRENT_PROFILE'" |