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";
|
||||
"$term" = "kitty --single-instance";
|
||||
"$browser" = "firefox";
|
||||
"$bar" = "qs -c caelestia";
|
||||
# "$bar" = "qs -c caelestia";
|
||||
"$wsaction" = "fish -c ./scripts/wsaction.fish";
|
||||
|
||||
monitor = myConfig.nixos.Hyprland.monitors;
|
||||
@@ -195,7 +195,8 @@
|
||||
i: let
|
||||
ws = i + 1;
|
||||
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}"
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user