Skip to content

Window resizing and focusing both using just h,j,k & l similar to dwm #1864

Closed Answered by txtyash
txtyash asked this question in Q&A
Discussion options

You must be logged in to vote

After going through the docs, it is actually possible:

# Resizing
binde = $mainMod, h, resizeactive, -30 0
binde = $mainMod, l, resizeactive, 30 0

# Change focus
bind = $mainMod,j,layoutmsg,cyclenext
bind = $mainMod,k,layoutmsg,cycleprev

# Master window 
bind = $mainMod, m, layoutmsg, swapwithmaster
bind = $mainMod, f, layoutmsg, focusmaster

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by txtyash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant