From e0b904b87a321f0773d5ab1dba0c878ab52196ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 9 Jan 2026 12:37:31 +0100 Subject: [PATCH] hyprland: disable touchscreen, position Samsung monitor correctly --- configs/graphical/home-manager.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/configs/graphical/home-manager.nix b/configs/graphical/home-manager.nix index e436c7c..48867e4 100644 --- a/configs/graphical/home-manager.nix +++ b/configs/graphical/home-manager.nix @@ -233,7 +233,10 @@ in "${lib.getExe pkgs.hyprshot}, screencopy, allow" "${pkgs.xdg-desktop-portal-hyprland}/libexec/.xdg-desktop-portal-hyprland-wrapped, screencopy, allow" ]; - monitor = ",preferred,auto,1"; # TODO https://wiki.hypr.land/Configuring/Monitors/ + monitor = [ + ",preferred,auto,1" # TODO https://wiki.hypr.land/Configuring/Monitors/ + "desc:Samsung Electric Company C27F390 HTQH602129, 1920x1080, 0x-1080, 1" + ]; exec-once = [ (lib.getExe pkgs.ashell) "hyprctl dispatch exec \"[workspace special:उपलविशेषः silent] obsidian\"" @@ -242,6 +245,13 @@ in # (lib.getExe pkgs.hyprpaper) ]; + device = [ + { + name = "elan-touchscreen"; + enabled = false; + } + ]; + general = { gaps_in = 2; gaps_out = 2;