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
|
||||
powertop
|
||||
parted
|
||||
glib
|
||||
] ++ lib.optionals cfg.graphical [
|
||||
qdirstat
|
||||
libva-utils
|
||||
|
|
|
@ -597,11 +597,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1711631350,
|
||||
"narHash": "sha256-/wag4Ee10Ss5op4U2oSFM8Rmdr//XwUHlkKC/YfZQrg=",
|
||||
"lastModified": 1711965728,
|
||||
"narHash": "sha256-WUULR/jCvfJB8K+wtiUMgBgBtgNvBhZyNXGNBJhd6DA=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "582ed32c9e9187d153c1e8e8087db7230d506c20",
|
||||
"revCount": 29,
|
||||
"rev": "b91314fad69a1f08baaf6f0489a3801feef3721b",
|
||||
"revCount": 31,
|
||||
"type": "git",
|
||||
"url": "https://git.grimmauld.de/Grimmauld/swaymux"
|
||||
},
|
||||
|
|
|
@ -137,7 +137,7 @@ in {
|
|||
];
|
||||
extraConfig = ''
|
||||
# fixme: wallpaper
|
||||
output * bg ${./wallpapers/spain.jpg} fill
|
||||
output * bg ${./wallpapers/switzerland.jpg} fill
|
||||
output HDMI-A-1 mode 1920x1080@60Hz position 0,0
|
||||
for_window [app_id="lxqt-policykit-agent"] floating enable;
|
||||
floating_modifier $mod normal
|
||||
|
|
Loading…
Reference in a new issue