Increase floating window resize speed
This commit is contained in:
parent
56d9a81f8e
commit
1ea3abc11a
1 changed files with 4 additions and 4 deletions
8
i3.nix
8
i3.nix
|
@ -83,10 +83,10 @@ in {
|
|||
"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";
|
||||
"${mod}+Ctrl+Left" = "resize shrink width 16px or 1ppt";
|
||||
"${mod}+Ctrl+Right" = "resize grow width 16px or 1ppt";
|
||||
"${mod}+Ctrl+Up" = "resize grow height 16px or 1ppt";
|
||||
"${mod}+Ctrl+Down" = "resize shrink height 16px or 1ppt";
|
||||
|
||||
# Screenshots
|
||||
"Print" = "exec flameshot gui";
|
||||
|
|
Loading…
Add table
Reference in a new issue