diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-02-29 15:55:10 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-02-29 15:55:10 -0500 |
commit | 014c90517b38e855b89ec1e557cb7e08f239c93f (patch) | |
tree | 6155dc6c9e050b82a985486fa11e6ea0dbcee323 /home-config | |
parent | e416635423a76794c45a273217c875b25c233e7a (diff) |
updated channels, added kanshi, fixed xdph, fixed firefox to not rebuild
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/home-configuration.scm | 2 | ||||
-rwxr-xr-x | home-config/hypr/autostart.sh | 2 | ||||
-rw-r--r-- | home-config/hypr/hyprland.conf | 6 | ||||
-rw-r--r-- | home-config/hypr/kanshi.conf | 8 |
4 files changed, 15 insertions, 3 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 7e22c4d..f6d8240 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -54,6 +54,8 @@ | |||
54 | "pv" | 54 | "pv" |
55 | "bombadillo" | 55 | "bombadillo" |
56 | "python-msgpack" | 56 | "python-msgpack" |
57 | "wdisplays" | ||
58 | "kanshi" | ||
57 | "libreoffice" | 59 | "libreoffice" |
58 | "flatpak" | 60 | "flatpak" |
59 | "gnupg" | 61 | "gnupg" |
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 & | |||
19 | wl-clip-persist -c regular & | 19 | wl-clip-persist -c regular & |
20 | 20 | ||
21 | ~/.config/guix/home-config/hypr/hyprland-monitor-attached ~/.config/hypr/wallpaper.sh ~/.config/hypr/wallpaper.sh & | 21 | ~/.config/guix/home-config/hypr/hyprland-monitor-attached ~/.config/hypr/wallpaper.sh ~/.config/hypr/wallpaper.sh & |
22 | |||
23 | 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 { | |||
100 | 100 | ||
101 | # Example per-device config | 101 | # Example per-device config |
102 | # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more | 102 | # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more |
103 | device:epic-mouse-v1 { | 103 | device { |
104 | name = epic-mouse-v1 | ||
104 | sensitivity = -0.5 | 105 | sensitivity = -0.5 |
105 | } | 106 | } |
106 | 107 | ||
@@ -216,8 +217,7 @@ windowrulev2 = size 578 326, class:^(firefox)$, title:^(Picture-in-Picture)$ | |||
216 | windowrulev2 = float, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ | 217 | windowrulev2 = float, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ |
217 | windowrulev2 = size 56 31, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ | 218 | windowrulev2 = size 56 31, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ |
218 | windowrulev2 = move 50% 0, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ | 219 | windowrulev2 = move 50% 0, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ |
219 | windowrulev2 = nomaximizerequest, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ | 220 | windowrulev2 = suppressevent fullscreen maximize, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ |
220 | windowrulev2 = nofullscreenrequest, class:^(firefox)$, title:^(Firefox — Sharing Indicator)$ | ||
221 | 221 | ||
222 | # Weather | 222 | # Weather |
223 | windowrulev2 = float,class:^(ala-wttr)$ | 223 | 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 @@ | |||
1 | profile { | ||
2 | output "AU Optronics 0x103D Unknown" enable | ||
3 | } | ||
4 | |||
5 | profile { | ||
6 | output "AU Optronics 0x103D Unknown" disable | ||
7 | output "Dell Inc. DELL U3421WE 6WK8753" enable | ||
8 | } | ||