mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
budgie-desktop: Explicitly set overlay-key to Super_L (#401792)
This commit is contained in:
commit
89604aecd3
2 changed files with 7 additions and 3 deletions
|
@ -77,6 +77,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
url = "https://github.com/BuddiesOfBudgie/budgie-desktop/commit/46c83b1265b4230668da472d9ef6926941678418.patch";
|
||||
hash = "sha256-qnA8iBEctZbE86qIPudI1vMbgFy4xDWrxxej517ORws=";
|
||||
})
|
||||
|
||||
# Add override for overlay-key to prevent crash with mutter-common v48-rc
|
||||
# https://github.com/BuddiesOfBudgie/budgie-desktop/pull/683
|
||||
(fetchpatch {
|
||||
url = "https://github.com/BuddiesOfBudgie/budgie-desktop/commit/c24091bb424abe99ebcdd33eedd37068f735ad2a.patch";
|
||||
hash = "sha256-4WEkscftOGZmzH7imMTmcTDPH6eHMeEhgto+R5NNlh0=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
@ -35,9 +35,6 @@ let
|
|||
[org.gnome.desktop.wm.preferences:Budgie]
|
||||
titlebar-font="Noto Sans Bold 10"
|
||||
|
||||
[org.gnome.mutter:Budgie]
|
||||
edge-tiling=true
|
||||
|
||||
[com.solus-project.budgie-menu:Budgie]
|
||||
use-default-menu-icon=true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue