diff --git a/SwarselSystems.org b/SwarselSystems.org index 8021ded..945b340 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -2213,7 +2213,7 @@ This is basically just adjusted to the core count, path to the =hwmon= (this was position = "1920,0"; # bg = "~/.dotfiles/wallpaper/lenovowp.png fill"; }; - HDMI-A-1 = { + DP-4 = { mode = "2560x1440"; scale = "1"; # bg = "~/.dotfiles/wallpaper/lenovowp.png fill"; @@ -2223,7 +2223,7 @@ This is basically just adjusted to the core count, path to the =hwmon= (this was workspaceOutputAssign = [ { output = "eDP-1"; workspace = "1:一";} - { output = "HDMI-A-1"; workspace = "2:二";} + { output = "DP-4"; workspace = "2:二";} ]; diff --git a/index.html b/index.html index 62beaa3..89cdf2d 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +-This file has 42399 words spanning 11045 lines and was last revised on 2024-07-18 14:56:09 +0200. +This file has 42401 words spanning 11046 lines and was last revised on 2024-07-18 17:57:09 +0200.
@@ -437,7 +437,7 @@ This section defines my Emacs configuration. For a while, I considered to use ry
-My emacs is built using the emacs-overlay nix flake, which builds a bleeding edge emacs on wayland (pgtk) with utilities like treesitter support. By executing the below source block, the current build setting can be updated at any time, and you can see my most up-to-date build options (last updated: 2024-07-18 14:56:09 +0200) +My emacs is built using the emacs-overlay nix flake, which builds a bleeding edge emacs on wayland (pgtk) with utilities like treesitter support. By executing the below source block, the current build setting can be updated at any time, and you can see my most up-to-date build options (last updated: 2024-07-18 17:57:09 +0200)
@@ -2896,6 +2896,7 @@ Mostly just sets some opened ports for several games, enables virtualbox (which }; services.power-profiles-daemon.enable = true; services.fprintd.enable = true; + services.fwupd.enable = true; services.nswitch-rcm = { enable = true; @@ -3024,7 +3025,7 @@ This is basically just adjusted to the core count, path to thehwmonhwmon
diff --git a/profiles/fourside/home.nix b/profiles/fourside/home.nix
index b9bad9d..065a0c1 100644
--- a/profiles/fourside/home.nix
+++ b/profiles/fourside/home.nix
@@ -82,7 +82,7 @@
position = "1920,0";
# bg = "~/.dotfiles/wallpaper/lenovowp.png fill";
};
- HDMI-A-1 = {
+ DP-4 = {
mode = "2560x1440";
scale = "1";
# bg = "~/.dotfiles/wallpaper/lenovowp.png fill";
@@ -92,7 +92,7 @@
workspaceOutputAssign = [
{ output = "eDP-1"; workspace = "1:一";}
- { output = "HDMI-A-1"; workspace = "2:二";}
+ { output = "DP-4"; workspace = "2:二";}
];