Switch back to wine for wayland and window rule to fix application behaviour
This commit is contained in:
parent
a2dbbbdfd1
commit
68e5745cb7
12
global.nix
12
global.nix
|
|
@ -193,10 +193,10 @@
|
|||
vk-bootstrap
|
||||
|
||||
|
||||
wineWowPackages.full
|
||||
#wineWowPackages.full
|
||||
winetricks
|
||||
# native wayland support (unstable)
|
||||
# wineWowPackages.waylandFull
|
||||
wineWowPackages.waylandFull
|
||||
|
||||
firefox
|
||||
librewolf
|
||||
|
|
@ -259,10 +259,10 @@
|
|||
#ardour
|
||||
#rnnoise-plugin
|
||||
#lsp-plugins
|
||||
#(yabridge.override { wine = wineWowPackages.waylandFull; })
|
||||
#(yabridgectl.override { wine = wineWowPackages.waylandFull; })
|
||||
(yabridge.override { wine = wineWowPackages.full; })
|
||||
(yabridgectl.override { wine = wineWowPackages.full; })
|
||||
(yabridge.override { wine = wineWowPackages.waylandFull; })
|
||||
(yabridgectl.override { wine = wineWowPackages.waylandFull; })
|
||||
#(yabridge.override { wine = wineWowPackages.full; })
|
||||
#(yabridgectl.override { wine = wineWowPackages.full; })
|
||||
audacity
|
||||
lmms
|
||||
|
||||
|
|
|
|||
|
|
@ -273,6 +273,15 @@ window-rule {
|
|||
// block-out-from "screencast"
|
||||
}
|
||||
|
||||
window-rule {
|
||||
// This regular expression is intentionally made as specific as possible,
|
||||
// since this is the default config, and we want no false positives.
|
||||
// You can get away with just app-id="wezterm" if you want.
|
||||
match app-id="pianoteq"
|
||||
|
||||
open-floating true
|
||||
}
|
||||
|
||||
binds {
|
||||
// Keys consist of modifiers separated by + signs, followed by an XKB key name
|
||||
// in the end. To find an XKB name for a particular key, you may use a program
|
||||
|
|
|
|||
Loading…
Reference in New Issue