mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
reenable hyprspace & static workspace for some apps
Former-commit-id: fa3d207375
This commit is contained in:
@@ -11,12 +11,8 @@ let
|
||||
keyboardLayout = config.var.keyboardLayout;
|
||||
in {
|
||||
|
||||
imports = [
|
||||
./animations.nix
|
||||
./bindings.nix
|
||||
./polkitagent.nix
|
||||
# ./hyprspace.nix
|
||||
];
|
||||
imports =
|
||||
[ ./animations.nix ./bindings.nix ./polkitagent.nix ./hyprspace.nix ];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
qt5.qtwayland
|
||||
@@ -45,6 +41,7 @@ in {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
systemd.enable = true;
|
||||
# withUWSM = true; # One day, but not today
|
||||
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
|
||||
|
||||
settings = {
|
||||
@@ -94,6 +91,13 @@ in {
|
||||
"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 = {
|
||||
no_hardware_cursors = true;
|
||||
default_monitor = "eDP-2";
|
||||
|
||||
@@ -1,13 +1,10 @@
|
||||
{ inputs, pkgs, ... }: {
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
plugins = [ inputs.hyprspace.packages.${pkgs.system}.Hyprspace ];
|
||||
settings = {
|
||||
plugin = { overview = { autoDrag = false; }; };
|
||||
|
||||
bind = [
|
||||
"$mod,TAB, overview:toggle" # Overview
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user