.
This commit is contained in:
parent
093a7a7c79
commit
9f0f94846e
4 changed files with 133 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue