.
This commit is contained in:
parent
15044d4e1b
commit
478ffc3aad
2 changed files with 6 additions and 1 deletions
|
|
@ -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" &
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue