commit d3ee5e2700c51fde9e6b8ab17caa2f260561261e parent f07800cafafa0ff07725ae2944ba0dce3ee5b63e Author: awy <awy@awy.one> Date: Thu, 1 May 2025 20:38:23 +0300 update Diffstat:
M | .config/sway/config | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config @@ -67,8 +67,10 @@ for_window [app_id="termfloat"] resize set height 540 for_window [app_id="termfloat"] resize set width 960 # BINDS -bindsym $mod+j focus left -bindsym $mod+k focus right +bindsym $mod+h focus left +bindsym $mod+j focus down +bindsym $mod+k focus up +bindsym $mod+l focus right bindsym $mod+f fullscreen bindsym $mod+s layout toggle split tabbed bindsym $mod+p focus parent