Update WINE
This commit is contained in:
parent
576924276b
commit
7e8f987d18
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue