hyprland now uses
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
inputs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
programs.hyprland = {
|
||||||
|
enable = true;
|
||||||
|
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||||
|
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$term" = "kitty --single-instance";
|
"$term" = "kitty --single-instance";
|
||||||
"$browser" = "firefox";
|
"$browser" = "firefox";
|
||||||
"$bar" = "qs -c caelestia";
|
# "$bar" = "qs -c caelestia";
|
||||||
"$wsaction" = "fish -c ./scripts/wsaction.fish";
|
"$wsaction" = "fish -c ./scripts/wsaction.fish";
|
||||||
|
|
||||||
monitor = myConfig.nixos.Hyprland.monitors;
|
monitor = myConfig.nixos.Hyprland.monitors;
|
||||||
@@ -195,7 +195,8 @@
|
|||||||
i: let
|
i: let
|
||||||
ws = i + 1;
|
ws = i + 1;
|
||||||
in [
|
in [
|
||||||
"$mod, ${toString ws}, exec, $wsaction workspace, ${toString ws}"
|
"$mod, ${toString ws}, workspace, ${toString ws}"
|
||||||
|
# "$mod, ${toString ws}, exec, $wsaction workspace, ${toString ws}"
|
||||||
"$mod SHIFT, ${toString ws}, movetoworkspace, ${toString ws}"
|
"$mod SHIFT, ${toString ws}, movetoworkspace, ${toString ws}"
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user