Add window resizing to i3 config
This commit is contained in:
parent
025dd135c9
commit
0b1f079d33
1 changed files with 6 additions and 0 deletions
6
i3.nix
6
i3.nix
|
@ -83,6 +83,12 @@ in {
|
|||
"XF86AudioNext" = "exec playerctl next";
|
||||
"XF86AudioPrev" = "exec playerctl previous";
|
||||
|
||||
# Window resizing
|
||||
"${mod}+Ctrl+Left" = "resize shrink width 1px or 1ppt";
|
||||
"${mod}+Ctrl+Right" = "resize grow width 1px or 1ppt";
|
||||
"${mod}+Ctrl+Up" = "resize grow height 1px or 1ppt";
|
||||
"${mod}+Ctrl+Down" = "resize shrink height 1px or 1ppt";
|
||||
|
||||
# Screenshots
|
||||
"Print" = "exec flameshot gui";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue