mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Resize 30 pixels at a time instead of 10
This commit is contained in:
parent
6917d59a1b
commit
2c87a74a1d
1 changed files with 8 additions and 8 deletions
|
@ -64,15 +64,15 @@
|
|||
''
|
||||
+
|
||||
''
|
||||
binde = SUPER+CTRL, left , resizeactive, -10 0
|
||||
binde = SUPER+CTRL, down , resizeactive, 0 10
|
||||
binde = SUPER+CTRL, up , resizeactive, 0 -10
|
||||
binde = SUPER+CTRL, right, resizeactive, 10 0
|
||||
binde = SUPER+CTRL, left , resizeactive, -30 0
|
||||
binde = SUPER+CTRL, down , resizeactive, 0 30
|
||||
binde = SUPER+CTRL, up , resizeactive, 0 -30
|
||||
binde = SUPER+CTRL, right, resizeactive, 30 0
|
||||
|
||||
binde = SUPER+CTRL, h, resizeactive, -10 0
|
||||
binde = SUPER+CTRL, j, resizeactive, 0 10
|
||||
binde = SUPER+CTRL, k, resizeactive, 0 -10
|
||||
binde = SUPER+CTRL, l, resizeactive, 10 0
|
||||
binde = SUPER+CTRL, h, resizeactive, -30 0
|
||||
binde = SUPER+CTRL, j, resizeactive, 0 30
|
||||
binde = SUPER+CTRL, k, resizeactive, 0 -30
|
||||
binde = SUPER+CTRL, l, resizeactive, 30 0
|
||||
|
||||
bindm = SUPER, mouse:273, resizewindow
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue