Update WINE

This commit is contained in:
iFargle 2023-08-17 14:34:05 +09:00
parent 576924276b
commit 7e8f987d18
2 changed files with 8 additions and 8 deletions

View file

@ -148,7 +148,7 @@
# Show Rofi on SUPER-SPACE
bind = $mainMod, space, exec, rofi -show drun -show-icons
# Take a screenshot with the Print key
bind =,Print,exec,grim -g "$(slurp)"
bind =,Print,exec,grim -g "$(slurp)" | wl-copy -t image/png
# Move to the previous / next workspace with SUPER-LEFT and SUPER-RIGHT
bind = $mainMod, right, workspace, e+1
bind = $mainMod, left, workspace, e-1

View file

@ -82,19 +82,19 @@
# Game related things
gamemode
# wine install
# support both 32- and 64-bit applications
wineWowPackages.stable
# support 32-bit only
wine
# support 64-bit only
# (wine.override { wineBuild = "wine64"; })
# wine-staging (version with experimental features)
wineWowPackages.staging
# wineWowPackages.staging
# winetricks (all versions)
winetricks
# native wayland support (unstable)
wineWowPackages.waylandFull
];
}
];
}