mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-03 19:42:10 +02:00
reenable hyprspace & static workspace for some apps
This commit is contained in:
@@ -11,12 +11,8 @@ let
|
|||||||
keyboardLayout = config.var.keyboardLayout;
|
keyboardLayout = config.var.keyboardLayout;
|
||||||
in {
|
in {
|
||||||
|
|
||||||
imports = [
|
imports =
|
||||||
./animations.nix
|
[ ./animations.nix ./bindings.nix ./polkitagent.nix ./hyprspace.nix ];
|
||||||
./bindings.nix
|
|
||||||
./polkitagent.nix
|
|
||||||
# ./hyprspace.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
qt5.qtwayland
|
qt5.qtwayland
|
||||||
@@ -45,6 +41,7 @@ in {
|
|||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
# withUWSM = true; # One day, but not today
|
||||||
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
|
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
@@ -94,6 +91,13 @@ in {
|
|||||||
"AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1" # CHANGEME: Related to the GPU
|
"AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1" # CHANGEME: Related to the GPU
|
||||||
];
|
];
|
||||||
|
|
||||||
|
windowrule = [
|
||||||
|
"workspace 6, discord"
|
||||||
|
"workspace 7, spotify"
|
||||||
|
"workspace 8, planify"
|
||||||
|
"workspace 8, calendar"
|
||||||
|
];
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
no_hardware_cursors = true;
|
no_hardware_cursors = true;
|
||||||
default_monitor = "eDP-2";
|
default_monitor = "eDP-2";
|
||||||
|
|||||||
@@ -1,13 +1,10 @@
|
|||||||
{ inputs, pkgs, ... }: {
|
{ inputs, pkgs, ... }: {
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];
|
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];
|
||||||
settings = {
|
settings = {
|
||||||
plugin = { overview = { autoDrag = false; }; };
|
plugin = { overview = { autoDrag = false; }; };
|
||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
"$mod,TAB, overview:toggle" # Overview
|
"$mod,TAB, overview:toggle" # Overview
|
||||||
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user