Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for moving / resizing floating windows with keybinds #18 #35

Merged
merged 11 commits into from
Feb 28, 2020

Conversation

aesophor
Copy link
Owner

Feature request: #18 has been implemented.

Move floating windows around:

bindsym $Mod+$Alt+Shift+h float_move_left
bindsym $Mod+$Alt+Shift+l float_move_right
bindsym $Mod+$Alt+Shift+k float_move_up
bindsym $Mod+$Alt+Shift+j float_move_down

Resize floating windows:

bindsym $Mod+$Alt+h float_resize_left
bindsym $Mod+$Alt+l float_resize_right
bindsym $Mod+$Alt+k float_resize_up
bindsym $Mod+$Alt+j float_resize_down

@aesophor aesophor changed the title Add support for moving / resizing floating windows with keybinds Add support for moving / resizing floating windows with keybinds #18 Feb 28, 2020
@aesophor aesophor merged commit 06c2bda into master Feb 28, 2020
@aesophor aesophor linked an issue Apr 26, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Moving/resizing floating windows with keybinds?
1 participant