remove pins and change some keybinds

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-11 12:22:53 +02:00
parent 36ad6aeb57
commit 5f0d3bff5f
2 changed files with 9 additions and 28 deletions
+9 -4
View File
@@ -31,7 +31,6 @@
settings = import ./settings.nix;
bookmarks = import ./bookmarks.nix;
search = import ./search.nix {inherit pkgs;};
pins = import ./pins.nix;
spaces = import ./spaces.nix;
keyboardShortcuts = [
# Remaps
@@ -47,8 +46,11 @@
}
{
id = "viewBookmarksToolbarKb";
key = "s";
modifiers.accel = true;
key = "b";
modifiers = {
accel = true;
shift = true;
};
}
{
id = "key_findAgain";
@@ -172,7 +174,10 @@
}
{
id = "viewBookmarksSidebarKb";
disabled = true;
key = "b";
modifiers = {
accel = true;
};
}
{
id = "key_toggleMute";