28 lines
916 B
Text
28 lines
916 B
Text
exec-once = @dbus@/bin/dbus-update-activation-environment --systemd DISPLAY HYPRLAND_INSTANCE_SIGNATURE WAYLAND_DISPLAY XDG_CURRENT_DESKTOP && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target
|
|
$mod=SUPER
|
|
bind=$mod, S, submap, resize
|
|
bind=$mod, M, submap, move_focus
|
|
submap = move_focus
|
|
bind=, h, movefocus, l
|
|
bind=, j, movefocus, d
|
|
bind=, k, movefocus, u
|
|
bind=, l, movefocus, r
|
|
bind=, left, movefocus, l
|
|
bind=, down, movefocus, d
|
|
bind=, up, movefocus, u
|
|
bind=, right, movefocus, r
|
|
bind=, escape, submap, reset
|
|
submap = reset
|
|
|
|
submap = resize
|
|
bind=, escape, submap, reset
|
|
bind=, return, submap, reset
|
|
binde=, right, resizeactive, 10 0
|
|
binde=, left, resizeactive, -10 0
|
|
binde=, up, resizeactive, 0 -10
|
|
binde=, down, resizeactive, 0 10
|
|
binde=, l, resizeactive, 10 0
|
|
binde=, h, resizeactive, -10 0
|
|
binde=, k, resizeactive, 0 -10
|
|
binde=, j, resizeactive, 0 10
|
|
submap = reset
|