Desktop updates

This commit is contained in:
xeovalyte 2024-03-18 16:30:09 +01:00
parent 7e82f983e7
commit 67c4afbd12
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,7 @@
"$mod,ESCAPE, exec, nwg-bar" "$mod,ESCAPE, exec, nwg-bar"
"$mod, C, killactive" "$mod, C, killactive"
"$mod SHIFT, C, exec, hyprctl kill"
"$mod, V, togglefloating" "$mod, V, togglefloating"
"$mod, F, fullscreen, 0" "$mod, F, fullscreen, 0"
"$mod, M, fullscreen, 1" "$mod, M, fullscreen, 1"

View File

@ -12,4 +12,6 @@
hardware.opengl.extraPackages32 = with pkgs; [ hardware.opengl.extraPackages32 = with pkgs; [
driversi686Linux.amdvlk driversi686Linux.amdvlk
]; ];
programs.gamemode.enable = true;
} }