From 94ab31612766266586c9d5d2c2154f40589db4db Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Wed, 19 Feb 2025 23:42:35 +0100 Subject: [PATCH] Updated background and added bindings for moving windows --- home/programs/firefox.nix | 0 home/wayland/hyprland/binds.nix | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 home/programs/firefox.nix diff --git a/home/programs/firefox.nix b/home/programs/firefox.nix new file mode 100644 index 0000000..e69de29 diff --git a/home/wayland/hyprland/binds.nix b/home/wayland/hyprland/binds.nix index fcd93dd..f6b0e58 100644 --- a/home/wayland/hyprland/binds.nix +++ b/home/wayland/hyprland/binds.nix @@ -86,6 +86,11 @@ in { "$mod, l, movefocus, r" "$mod, k, movefocus, u" "$mod, j, movefocus, d" + + "$mod SHIFT, h, movewindow, l" + "$mod SHIFT, l, movewindow, r" + "$mod SHIFT, k, movewindow, u" + "$mod SHIFT, j, movewindow, d" ] ++ workspaces;