diff --git a/assets/wallpapers/a_river_running_through_a_valley.png b/assets/wallpapers/a_river_running_through_a_valley.png new file mode 100644 index 0000000..b3ab47f Binary files /dev/null and b/assets/wallpapers/a_river_running_through_a_valley.png differ diff --git a/assets/wallpapers/linus-torvalds.png b/assets/wallpapers/linus-torvalds.png new file mode 100644 index 0000000..908cb7f Binary files /dev/null and b/assets/wallpapers/linus-torvalds.png differ diff --git a/assets/wallpapers/tiredgod.png b/assets/wallpapers/tiredgod.png new file mode 100644 index 0000000..63108d5 Binary files /dev/null and b/assets/wallpapers/tiredgod.png differ diff --git a/hosts/vali/temperance/hardware-configuration.nix b/hosts/vali/temperance/hardware-configuration.nix index 85ad7f6..7ba55bb 100644 --- a/hosts/vali/temperance/hardware-configuration.nix +++ b/hosts/vali/temperance/hardware-configuration.nix @@ -26,7 +26,10 @@ }; swapDevices = [ - # { device = "/dev/disk/by-uuid/bc68b3b5-1b58-4d8c-be8d-b06bbc4b6da7"; } + { + device = "/var/lib/swapfile"; + size = 16 * 1024; + } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking diff --git a/modules/wms/wayland/hypr/land.nix b/modules/wms/wayland/hypr/land.nix index ee34fcf..196b9f0 100644 --- a/modules/wms/wayland/hypr/land.nix +++ b/modules/wms/wayland/hypr/land.nix @@ -224,10 +224,10 @@ in { "$mainMod SHIFT, 0, split-movetoworkspacesilent, 10" # Move Windows - "$mainMod SHIFT, H, movewindow, left" - "$mainMod SHIFT, J, movewindow, down" - "$mainMod SHIFT, K, movewindow, up" - "$mainMod SHIFT, L, movewindow, right" + "$mainMod SHIFT, H, movewindow, l" + "$mainMod SHIFT, J, movewindow, d" + "$mainMod SHIFT, K, movewindow, u" + "$mainMod SHIFT, L, movewindow, r" # Screenshotting "$mainMod, S, exec, ${pkgs.grimblast}/bin/grimblast copy area" # File manager