Compare commits

...

2 commits

3 changed files with 2 additions and 20 deletions

View file

@ -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)$"

View file

@ -36,8 +36,8 @@
fps_sampling_period = "1000";
fps_color_change = true;
gpu_name = true;
vulka_driver = true;
round_corder = "10";
vulkan_driver = true;
round_corner = "10";
offset_x = "10";
offset_y = "10";

View file

@ -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;