From 49874a029be1a05b44d303de74e0a038d397f068 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Mon, 18 Nov 2024 19:21:27 +0000 Subject: [PATCH 1/3] Start plexamp floating --- config/packages/i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/packages/i3/config b/config/packages/i3/config index 7d7e0d5..da3f738 100644 --- a/config/packages/i3/config +++ b/config/packages/i3/config @@ -219,6 +219,9 @@ mode "resize" { bindsym $mod+r mode "resize" +# Windows to force floating +for_window [class="plexamp"] floating enable + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) From cd662435a0eb0d5da071693efe7372c7cc5c4cde Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Mon, 18 Nov 2024 19:26:19 +0000 Subject: [PATCH 2/3] Update vylpes-desktop --- system/vylpes-desktop/hardware-configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/vylpes-desktop/hardware-configuration.nix b/system/vylpes-desktop/hardware-configuration.nix index a3eb4bd..34297ca 100644 --- a/system/vylpes-desktop/hardware-configuration.nix +++ b/system/vylpes-desktop/hardware-configuration.nix @@ -8,24 +8,24 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/3c957d4e-06fc-40bc-b5b9-2583d0f7ee94"; + { device = "/dev/disk/by-uuid/e157d325-4082-493a-8014-42c040feb213"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/2D69-3A13"; + { device = "/dev/disk/by-uuid/3673-F8D0"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; }; swapDevices = - [ { device = "/dev/disk/by-uuid/3de826ff-b7e3-44bc-97d2-4bd2248f9555"; } + [ { device = "/dev/disk/by-uuid/44178d5c-cecb-47d8-8375-9775a8e32e53"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking From 94a03f789a445ac94cb204dd33b6fc5ff0018651 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Mon, 18 Nov 2024 19:28:47 +0000 Subject: [PATCH 3/3] Plexamp float --- config/packages/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/i3/config b/config/packages/i3/config index da3f738..bbac9de 100644 --- a/config/packages/i3/config +++ b/config/packages/i3/config @@ -220,7 +220,7 @@ mode "resize" { bindsym $mod+r mode "resize" # Windows to force floating -for_window [class="plexamp"] floating enable +for_window [class="Plexamp"] floating enable # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available)