From 7fdaf37024a581c121b1ca652e530293de341777 Mon Sep 17 00:00:00 2001 From: msinkec Date: Wed, 12 Jun 2019 20:29:41 +0200 Subject: [PATCH] Refreshing the status bar is now done using signals. --> fixed type, wrong signal symbol in comment. --- .local/bin/dwmbar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/dwmbar b/.local/bin/dwmbar index fd852c35..ffbb7ddf 100755 --- a/.local/bin/dwmbar +++ b/.local/bin/dwmbar @@ -3,7 +3,7 @@ # This script sets the statusbar with the xsetroot command at the end. Have it # started by ~/.xinitrc or ~/.xprofile. -# Handle SIGCONT signals sent by refbar to update the status bar immediately. +# Handle SIGTRAP signals sent by refbar to update the status bar immediately. trap 'update' 5 # Set the deliminter character.