mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
updated channels, added kanshi, fixed xdph, fixed firefox to not rebuild
This commit is contained in:
parent
e416635423
commit
014c90517b
7 changed files with 21 additions and 30 deletions
|
@ -3,7 +3,7 @@
|
|||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(branch "master")
|
||||
(commit
|
||||
"cce7a6d2d2b18f51d1fcab67b02a38c11d6f4f2d")
|
||||
"9ca2161ef43c43b2f52c4b8fc51d6bc882b04b76")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||
|
@ -14,7 +14,7 @@
|
|||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(branch "master")
|
||||
(commit
|
||||
"e4fe4809f88d91eda5a7dc29e44ee649ded7e830")
|
||||
"b6d05dbefd2664aa6706d13ec4f46526a814369f")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||
|
@ -25,7 +25,7 @@
|
|||
(url "https://codeberg.org/hako/rosenthal.git")
|
||||
(branch "trunk")
|
||||
(commit
|
||||
"d29af1023320c35d3d00162f4794cc01d29c8c0c")
|
||||
"0e31205d7392c450bf33de24d7f0cc38aa82d4d5")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"7677db76330121a901604dfbad19077893865f35"
|
||||
|
|
|
@ -54,6 +54,8 @@
|
|||
"pv"
|
||||
"bombadillo"
|
||||
"python-msgpack"
|
||||
"wdisplays"
|
||||
"kanshi"
|
||||
"libreoffice"
|
||||
"flatpak"
|
||||
"gnupg"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)$
|
||||
|
|
8
home-config/hypr/kanshi.conf
Normal file
8
home-config/hypr/kanshi.conf
Normal file
|
@ -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
|
||||
}
|
|
@ -59,6 +59,7 @@
|
|||
(list
|
||||
#:tests? #f
|
||||
#:configure-flags #~(list "-Dsystemd=disabled")
|
||||
#:qtbase qtbase
|
||||
#:phases
|
||||
;; After building the portal, we need to build the share selector using qt
|
||||
#~(modify-phases %standard-phases
|
||||
|
@ -71,7 +72,7 @@
|
|||
(("\\<(hyprctl-share-picker)\\>" _ cmd)
|
||||
(string-append #$output "/bin/" cmd))))))))
|
||||
(native-inputs (list gcc-13 pkg-config wayland hyprlang))
|
||||
(inputs (list bash-minimal grim hyprland hyprland-protocols mesa pipewire qtbase sdbus-c++ slurp wayland-protocols qtwayland))
|
||||
(inputs (list bash-minimal grim hyprland hyprland-protocols mesa pipewire sdbus-c++ slurp wayland-protocols qtwayland))
|
||||
(home-page "")
|
||||
(synopsis "test")
|
||||
(description "test")
|
||||
|
@ -140,28 +141,6 @@
|
|||
(description "test")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public hyprlang
|
||||
(package
|
||||
(name "hyprlang")
|
||||
(version "0.3.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/hyprwm/hyprlang")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sxr7whzjamjg9pcvpbxniwph5p3yy2qs87n91zqwb5y9z3gfd7m"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list gcc-13))
|
||||
(home-page "")
|
||||
(synopsis "test")
|
||||
(description "test")
|
||||
(license license:gpl3)))
|
||||
|
||||
|
||||
(define-public wl-mirror
|
||||
(package
|
||||
(name "wl-mirror")
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
(inputs
|
||||
`(("bash" ,bash-minimal)
|
||||
("pipewire" ,pipewire)
|
||||
("firefox" ,firefox*)))
|
||||
("firefox" ,firefox)))
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
'(#:modules ((guix build utils))
|
||||
|
|
Loading…
Reference in a new issue