feat: Add WhichKey descriptions
This commit is contained in:
parent
a8ef41ae1a
commit
479626c1ec
10 changed files with 265 additions and 90 deletions
|
|
@ -45,6 +45,7 @@ general {
|
|||
col.inactive_border=0x66333333
|
||||
|
||||
apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
|
||||
# layout=hy3
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -68,6 +69,7 @@ animations {
|
|||
dwindle {
|
||||
preserve_split=true
|
||||
pseudotile=0 # enable pseudotiling on dwindle
|
||||
permanent_direction_override=false
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
|
@ -82,6 +84,7 @@ misc {
|
|||
animate_mouse_windowdragging=0
|
||||
enable_swallow=true
|
||||
swallow_regex=^(.*)(kitty)(.*)$
|
||||
# swallow_exception_regex = ^(?:(?:^|\s)([a-zA-Z0-9]+\b)+(?:$|[^\w\s]))$
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -186,6 +189,12 @@ bind=SUPERSHIFTALT,8,movetoworkspacesilent,8
|
|||
bind=SUPERSHIFTALT,9,movetoworkspacesilent,9
|
||||
bind=SUPERSHIFTALT,0,movetoworkspacesilent,10
|
||||
|
||||
bind=SUPERALT,j,layoutmsg,preselect l
|
||||
bind=SUPERALT,k,layoutmsg,preselect d
|
||||
bind=SUPERALT,l,layoutmsg,preselect u
|
||||
bind=SUPERALT,semicolon,layoutmsg,preselect r
|
||||
bind=SUPERALT,h,layoutmsg,preselect n
|
||||
|
||||
bindm=SUPER,mouse:272,movewindow
|
||||
bindm=SUPER,mouse:273,resizewindow
|
||||
|
||||
|
|
@ -212,3 +221,4 @@ exec-once=firefox
|
|||
exec-once=streamdeck -n
|
||||
exec-once=copyq --start-server
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
# plugin=/home/dashie/gits/hy3/build/libhy3.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue