diff options
Diffstat (limited to 'hosts/local/fw11')
-rw-r--r-- | hosts/local/fw11/configuration.nix | 2 | ||||
-rw-r--r-- | hosts/local/fw11/swayconfig | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/hosts/local/fw11/configuration.nix b/hosts/local/fw11/configuration.nix index 284ac0c..0b7793e 100644 --- a/hosts/local/fw11/configuration.nix +++ b/hosts/local/fw11/configuration.nix @@ -44,7 +44,7 @@ in { boot.loader.efi.canTouchEfiVariables = true; # boot.supportedFilesystems = ["ntfs"]; # boot.kernelPackages = lib.mkForce unfreePkgs.linuxKernel.packages.linux_xanmod_latest; - # boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages_latest; services.fprintd.enable = true; networking = { diff --git a/hosts/local/fw11/swayconfig b/hosts/local/fw11/swayconfig index fa67b68..09745dc 100644 --- a/hosts/local/fw11/swayconfig +++ b/hosts/local/fw11/swayconfig @@ -268,9 +268,9 @@ output eDP-1 scale 1.7 # monitor layout output DP-3 transform 270 # position depends on scaled resolution! if you changed the scale be careful -output DP-3 pos 0 0 -output eDP-1 pos 0 1920 -output DP-3 resolution 3440x1400 pos 1080 300 scale 1.2 +# output DP-3 pos 0 0 +#output eDP-1 pos 0 1920 +#output DP-3 resolution 3440x1400 pos 1080 300 scale 1.2 # thanks claude # Titlebars |