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;