mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
hyprland: disable touchscreen, position Samsung monitor correctly
This commit is contained in:
@@ -233,7 +233,10 @@ in
|
|||||||
"${lib.getExe pkgs.hyprshot}, screencopy, allow"
|
"${lib.getExe pkgs.hyprshot}, screencopy, allow"
|
||||||
"${pkgs.xdg-desktop-portal-hyprland}/libexec/.xdg-desktop-portal-hyprland-wrapped, 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 = [
|
exec-once = [
|
||||||
(lib.getExe pkgs.ashell)
|
(lib.getExe pkgs.ashell)
|
||||||
"hyprctl dispatch exec \"[workspace special:उपलविशेषः silent] obsidian\""
|
"hyprctl dispatch exec \"[workspace special:उपलविशेषः silent] obsidian\""
|
||||||
@@ -242,6 +245,13 @@ in
|
|||||||
# (lib.getExe pkgs.hyprpaper)
|
# (lib.getExe pkgs.hyprpaper)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
device = [
|
||||||
|
{
|
||||||
|
name = "elan-touchscreen";
|
||||||
|
enabled = false;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 2;
|
gaps_in = 2;
|
||||||
gaps_out = 2;
|
gaps_out = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user