Skip to content

Commit

Permalink
Disable pop-shell conlicting gnome keybinding more
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 5, 2024
1 parent 6969ea3 commit cbb6f90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home-manager/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ in
dynamic-workspaces = false;
};

"org/gnome/mutter/keybindings" = {
toggle-tiled-left = [ ];
toggle-tiled-right = [ ];
};

"org/gnome/desktop/interface" = {
# https://askubuntu.com/questions/701592/how-do-i-disable-activities-hot-corner-in-gnome-shell
enable-hot-corners = false;
Expand Down

0 comments on commit cbb6f90

Please sign in to comment.