update to new swaymux, fix misc
This commit is contained in:
parent
2faf464eda
commit
ea6b3c4d78
3 changed files with 6 additions and 5 deletions
|
@ -38,6 +38,7 @@ in {
|
||||||
usbutils
|
usbutils
|
||||||
powertop
|
powertop
|
||||||
parted
|
parted
|
||||||
|
glib
|
||||||
] ++ lib.optionals cfg.graphical [
|
] ++ lib.optionals cfg.graphical [
|
||||||
qdirstat
|
qdirstat
|
||||||
libva-utils
|
libva-utils
|
||||||
|
|
|
@ -597,11 +597,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1711631350,
|
"lastModified": 1711965728,
|
||||||
"narHash": "sha256-/wag4Ee10Ss5op4U2oSFM8Rmdr//XwUHlkKC/YfZQrg=",
|
"narHash": "sha256-WUULR/jCvfJB8K+wtiUMgBgBtgNvBhZyNXGNBJhd6DA=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "582ed32c9e9187d153c1e8e8087db7230d506c20",
|
"rev": "b91314fad69a1f08baaf6f0489a3801feef3721b",
|
||||||
"revCount": 29,
|
"revCount": 31,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.grimmauld.de/Grimmauld/swaymux"
|
"url": "https://git.grimmauld.de/Grimmauld/swaymux"
|
||||||
},
|
},
|
||||||
|
|
|
@ -137,7 +137,7 @@ in {
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# fixme: wallpaper
|
# fixme: wallpaper
|
||||||
output * bg ${./wallpapers/spain.jpg} fill
|
output * bg ${./wallpapers/switzerland.jpg} fill
|
||||||
output HDMI-A-1 mode 1920x1080@60Hz position 0,0
|
output HDMI-A-1 mode 1920x1080@60Hz position 0,0
|
||||||
for_window [app_id="lxqt-policykit-agent"] floating enable;
|
for_window [app_id="lxqt-policykit-agent"] floating enable;
|
||||||
floating_modifier $mod normal
|
floating_modifier $mod normal
|
||||||
|
|
Loading…
Reference in a new issue