This commit is contained in:
kento2 2026-01-31 16:33:15 +01:00
parent 093a7a7c79
commit 9f0f94846e
4 changed files with 133 additions and 4 deletions

View file

@ -12,9 +12,7 @@ date > "$logfile"
# load sxhkd for keybinds
pgrep sxhkd || sxhkd -c "$HOME/.config/dk/sxhkdrc" &
# spawn a scratchpad terminal if not already (see sxhkdrc and rules for binds/setup)
# pgrep -f "st -c scratchpad" || st -c scratchpad &
pgrep bar.sh || bar.sh &
# adjust border widths based on the DPI of the monitor
px=$(xrandr | grep ' connected' | tail -n1 | grep -o '[0-9]\+x[0-9]\+' | cut -d'x' -f2)