dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit dfb4e8db40d5a7433195198a607a9b4fcdc21c8d
parent cfcaa71d9e81d3f266301c36c6188e660337fcf0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  1 Apr 2020 15:34:02 +0200

Remove non-working dunst restart

Diffstat:
M.local/bin/displayselect | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/.local/bin/displayselect b/.local/bin/displayselect @@ -69,6 +69,3 @@ if [ "$(echo "$screens" | wc -l)" -gt 1 ]; then else xrandr --auto --scale 1.0x1.0 fi - -# Fix feh background if screen size/arangement has changed. -pgrep -x dunst >/dev/null && pkill dunst && setsid dunst &