This commit is contained in:
kento2 2026-02-02 23:42:21 +01:00
parent 15044d4e1b
commit 478ffc3aad
2 changed files with 6 additions and 1 deletions

View file

@ -11,7 +11,8 @@ logfile="$HOME/.dkrc.log"
date > "$logfile"
# wallpaper
xsetroot -solid '#101020'
#xsetroot -solid '#101020'
xsetroot -solid gray50
# load sxhkd for keybinds
pgrep sxhkd || sxhkd -c "$HOME/.config/dk/sxhkdrc" &

View file

@ -57,6 +57,10 @@ super + x
super + shift + space
dkcmd win float
# resize master size
super + {h,l}
dkcmd set msplit={-,+}0.05
# view, send, or follow to a workspace (by number)
super + {_,shift + ,ctrl + }{1-9}
dkcmd ws {view,send,follow} {1-9}