mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
remove pins and change some keybinds
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user