diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 37e9336..a501d01 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -5,7 +5,6 @@ led.enable = true; gnome.enable = true; code.enable = true; - # code.enable = true; imports = [ ./hardware.nix diff --git a/modules/apps/norm/misc/default.nix b/modules/apps/norm/misc/default.nix index 053791b..7cd70a8 100644 --- a/modules/apps/norm/misc/default.nix +++ b/modules/apps/norm/misc/default.nix @@ -45,6 +45,5 @@ gnome-calculator gnome-disk-utility gnome-clocks - gnome-calendar ]; } diff --git a/modules/wm/hyprland/default.nix b/modules/wm/hyprland/default.nix index 7020166..eec2aae 100644 --- a/modules/wm/hyprland/default.nix +++ b/modules/wm/hyprland/default.nix @@ -29,12 +29,15 @@ "ags" ]; windowrulev2 = [ - "float,:title:^(mpv)(.*)$" - "float,title:(Pipewire)" + "float,class:(mpv)" + "pin,class:(mpv)" + "move 66.1% 65.7%,class:(mpv)" + "size 854 480,class:(mpv)" "float,title:(Disks)" "float,title:(Calculator)" "float,title:(Bluetooth)" "float,title:(Clocks)" + "size 854 480,title:(Clocks)" "float,title:(Network Connections)" ]; gestures = { @@ -90,7 +93,7 @@ "$mod+shift, B, exec, sh $sciPath/ags.sh" "$mod, up, exec, sh $sciPath/volume.sh -i" "$mod, down, exec, sh $sciPath/volume.sh -d" - "$mod, P, exec, hyprctl dispatch togglefloating active; hyprctl dispatch pin active; hyprctl dispatch resizeactive -100000 -10000; hyprctl dispatch movewindowpixel exact 0 100%-600" + "$mod, P, exec, hyprctl dispatch togglefloating active; hyprctl dispatch pin active" # cmus "$mod, D, exec, sh $sciPath/cmus.sh"