inital commit
This commit is contained in:
5
.local/bin/refbar
Executable file
5
.local/bin/refbar
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Refresh the dwmbar.
|
||||
# Send SIGTRAP signal to dwmbar script, which will handle it with a trap.
|
||||
pkill -SIGTRAP dwmbar
|
Reference in New Issue
Block a user