mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
30 lines
934 B
Plaintext
30 lines
934 B
Plaintext
exec-once = @dbus@/bin/dbus-update-activation-environment --systemd DISPLAY HYPRLAND_INSTANCE_SIGNATURE WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE && 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
|