hyprland working, swapfile also setup

This commit is contained in:
Charlie Root 2024-05-26 00:29:40 +02:00
commit 6bbdd4544d
5 changed files with 8 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 MiB

View file

@ -26,7 +26,10 @@
}; };
swapDevices = [ 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 # Enables DHCP on each ethernet and wireless interface. In case of scripted networking

View file

@ -224,10 +224,10 @@ in {
"$mainMod SHIFT, 0, split-movetoworkspacesilent, 10" "$mainMod SHIFT, 0, split-movetoworkspacesilent, 10"
# Move Windows # Move Windows
"$mainMod SHIFT, H, movewindow, left" "$mainMod SHIFT, H, movewindow, l"
"$mainMod SHIFT, J, movewindow, down" "$mainMod SHIFT, J, movewindow, d"
"$mainMod SHIFT, K, movewindow, up" "$mainMod SHIFT, K, movewindow, u"
"$mainMod SHIFT, L, movewindow, right" "$mainMod SHIFT, L, movewindow, r"
# Screenshotting # Screenshotting
"$mainMod, S, exec, ${pkgs.grimblast}/bin/grimblast copy area" "$mainMod, S, exec, ${pkgs.grimblast}/bin/grimblast copy area"
# File manager # File manager