Update dk skel

This commit is contained in:
natemaia 2023-01-18 09:17:46 -08:00
parent ceba985769
commit 25040e72db
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ fi
dkcmd set ws=_ apply layout=tile master=1 stack=3 gap=0 msplit=0.5 ssplit=0.5 dkcmd set ws=_ apply layout=tile master=1 stack=3 gap=0 msplit=0.5 ssplit=0.5
# use grid layout, padding, and gaps on workspace 10 # use grid layout, padding, and gaps on workspace 10
dkcmd set ws=10 layout=grid pad left=200 right=200 top=100 bottom=100 gap width=50 dkcmd set ws=10 layout=grid pad left=200 right=200 top=100 bottom=100 gap=50
# change workspace names (default: number == name) # change workspace names (default: number == name)
# dkcmd set \ # dkcmd set \

View File

@ -28,7 +28,7 @@ alt + shift + q
# reload dkrc # reload dkrc
alt + shift + r alt + shift + r
dkcmd reload $HOME/.config/dk/dkrc
# restart dk # restart dk
alt + ctrl + shift + r alt + ctrl + shift + r
@ -85,7 +85,7 @@ alt + {_,shift + }{i,d}
# change gap width # change gap width
alt + {equal,minus} alt + {equal,minus}
dkcmd set gap width {+5,-5} dkcmd set gap {+5,-5}
# change border widths # change border widths
alt + ctrl + {_,shift + }{equal,minus} alt + ctrl + {_,shift + }{equal,minus}