2024-12-18 09:40:11 +03:00
|
|
|
{ ... }:
|
|
|
|
let
|
|
|
|
stepHorizontal = 10;
|
|
|
|
stepVertical = 10;
|
|
|
|
in
|
|
|
|
{
|
|
|
|
text = ''
|
|
|
|
bindsym --to-code $mod+j resize grow height ${toString stepVertical}px
|
|
|
|
bindsym --to-code $mod+k resize shrink height ${toString stepVertical}px
|
|
|
|
bindsym --to-code $mod+h resize shrink width ${toString stepHorizontal}px
|
|
|
|
bindsym --to-code $mod+l resize grow width ${toString stepHorizontal}px
|
|
|
|
'';
|
2024-04-06 03:03:58 +03:00
|
|
|
}
|