feat(desktop): fix some hyprland settings.
This commit is contained in:
parent
d0b6cedcbc
commit
bcf028ad6a
2 changed files with 0 additions and 18 deletions
|
|
@ -302,12 +302,6 @@ in {
|
|||
# Make keepassxc floating
|
||||
"float, class:^(org.keepassxc.KeePassXC)$"
|
||||
|
||||
# Setup settings for games
|
||||
"fullscreen,class:^steam_app_\d+$"
|
||||
"monitor 1,class:^steam_app_\d+$"
|
||||
"workspace 6,class:^steam_app_\d+$"
|
||||
"content game, class:^steam_app_\d+$"
|
||||
|
||||
# Move to workspace 1
|
||||
"workspace 1, class:^(org.qutebrowser.qutebrowser)$"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,18 +10,6 @@
|
|||
};
|
||||
|
||||
config = lib.mkIf config.crony.hyprland-nixos.enable {
|
||||
programs.uwsm = {
|
||||
enable = true;
|
||||
|
||||
waylandCompositors = {
|
||||
hyprland = {
|
||||
prettyName = "Hyprland";
|
||||
comment = "Hyprland compositor managed by UWSM";
|
||||
binPath = "/run/current-system/sw/bin/Hyprland";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue