From 014c90517b38e855b89ec1e557cb7e08f239c93f Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 29 Feb 2024 15:55:10 -0500 Subject: updated channels, added kanshi, fixed xdph, fixed firefox to not rebuild --- home-config/hypr/autostart.sh | 2 ++ home-config/hypr/hyprland.conf | 6 +++--- home-config/hypr/kanshi.conf | 8 ++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 home-config/hypr/kanshi.conf (limited to 'home-config/hypr') diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/autostart.sh index dfa5f53..5d7363d 100755 --- a/home-config/hypr/autostart.sh +++ b/home-config/hypr/autostart.sh @@ -19,3 +19,5 @@ syncthing serve --no-browser & wl-clip-persist -c regular & ~/.config/guix/home-config/hypr/hyprland-monitor-attached ~/.config/hypr/wallpaper.sh ~/.config/hypr/wallpaper.sh & + +kanshi -c ~/.config/hypr/kanshi.conf diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index 0998980..b8da5be 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf @@ -100,7 +100,8 @@ gestures { # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more -device:epic-mouse-v1 { +device { + name = epic-mouse-v1 sensitivity = -0.5 } @@ -216,8 +217,7 @@ windowrulev2 = size 578 326, class:^(firefox)$, title:^(Picture-in-Picture)$ windowrulev2 = float, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ windowrulev2 = size 56 31, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ windowrulev2 = move 50% 0, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ -windowrulev2 = nomaximizerequest, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ -windowrulev2 = nofullscreenrequest, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ +windowrulev2 = suppressevent fullscreen maximize, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ # Weather windowrulev2 = float,class:^(ala-wttr)$ diff --git a/home-config/hypr/kanshi.conf b/home-config/hypr/kanshi.conf new file mode 100644 index 0000000..db7d45a --- /dev/null +++ b/home-config/hypr/kanshi.conf @@ -0,0 +1,8 @@ +profile { + output "AU Optronics 0x103D Unknown" enable +} + +profile { + output "AU Optronics 0x103D Unknown" disable + output "Dell Inc. DELL U3421WE 6WK8753" enable +} -- cgit v1.2.3