hyprland working, swapfile also setup
This commit is contained in:
parent
ae11df6b2e
commit
6bbdd4544d
5 changed files with 8 additions and 5 deletions
BIN
assets/wallpapers/a_river_running_through_a_valley.png
Normal file
BIN
assets/wallpapers/a_river_running_through_a_valley.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 MiB |
BIN
assets/wallpapers/linus-torvalds.png
Normal file
BIN
assets/wallpapers/linus-torvalds.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 264 KiB |
BIN
assets/wallpapers/tiredgod.png
Normal file
BIN
assets/wallpapers/tiredgod.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 MiB |
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue