.
This commit is contained in:
parent
9f0f94846e
commit
bbd568bfb9
5 changed files with 11 additions and 5 deletions
|
|
@ -10,9 +10,12 @@ logfile="$HOME/.dkrc.log"
|
|||
|
||||
date > "$logfile"
|
||||
|
||||
# wallpaper
|
||||
xsetroot -solid '#101020'
|
||||
|
||||
# load sxhkd for keybinds
|
||||
pgrep sxhkd || sxhkd -c "$HOME/.config/dk/sxhkdrc" &
|
||||
pgrep bar.sh || bar.sh &
|
||||
pkill 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)
|
||||
|
|
@ -40,8 +43,8 @@ fi
|
|||
|
||||
# default workspace '_' values used when allocating new workspaces
|
||||
# can be applied to all existing workspaces when passed 'apply' after ws=_
|
||||
dkcmd set ws=_ apply layout=tile master=1 stack=4 gap=5 msplit=0.55 ssplit=0.5
|
||||
for w in $(seq 1 9); do dkcmd set ws=$w layout=tile master=1 stack=4 gap=5 msplit=0.55 ssplit=0.5; done
|
||||
dkcmd set ws=_ apply layout=tile master=1 stack=4 gap=0 msplit=0.55 ssplit=0.5
|
||||
for w in $(seq 1 9); do dkcmd set ws=$w layout=tile master=1 stack=4 gap=0 msplit=0.55 ssplit=0.5; done
|
||||
|
||||
# global settings
|
||||
# ---------------------
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@ super + shift + Return
|
|||
super + s
|
||||
screenshot
|
||||
|
||||
super + Tab
|
||||
dkcmd ws view last
|
||||
|
||||
# dedicated volume keys
|
||||
{XF86AudioRaiseVolume,XF86AudioLowerVolume}
|
||||
pamixer {-i,-d} 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue