mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 05:12: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;
|
settings = import ./settings.nix;
|
||||||
bookmarks = import ./bookmarks.nix;
|
bookmarks = import ./bookmarks.nix;
|
||||||
search = import ./search.nix {inherit pkgs;};
|
search = import ./search.nix {inherit pkgs;};
|
||||||
pins = import ./pins.nix;
|
|
||||||
spaces = import ./spaces.nix;
|
spaces = import ./spaces.nix;
|
||||||
keyboardShortcuts = [
|
keyboardShortcuts = [
|
||||||
# Remaps
|
# Remaps
|
||||||
@@ -47,8 +46,11 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
id = "viewBookmarksToolbarKb";
|
id = "viewBookmarksToolbarKb";
|
||||||
key = "s";
|
key = "b";
|
||||||
modifiers.accel = true;
|
modifiers = {
|
||||||
|
accel = true;
|
||||||
|
shift = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
id = "key_findAgain";
|
id = "key_findAgain";
|
||||||
@@ -172,7 +174,10 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
id = "viewBookmarksSidebarKb";
|
id = "viewBookmarksSidebarKb";
|
||||||
disabled = true;
|
key = "b";
|
||||||
|
modifiers = {
|
||||||
|
accel = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
id = "key_toggleMute";
|
id = "key_toggleMute";
|
||||||
|
|||||||
@@ -1,24 +0,0 @@
|
|||||||
let
|
|
||||||
spaces = import ./spaces.nix;
|
|
||||||
in {
|
|
||||||
"Mail" = {
|
|
||||||
id = "13a5d638-53f3-4abb-8498-ec6b4af74d4c";
|
|
||||||
url = "https://mail.proton.me";
|
|
||||||
workspace = spaces.Home.id;
|
|
||||||
position = 1000;
|
|
||||||
};
|
|
||||||
|
|
||||||
"Drive" = {
|
|
||||||
id = "271e6164-eb2e-4e9e-a0ad-634d6f442b40";
|
|
||||||
url = "https://drive.proton.me";
|
|
||||||
workspace = spaces.Home.id;
|
|
||||||
position = 2000;
|
|
||||||
};
|
|
||||||
|
|
||||||
"Github" = {
|
|
||||||
id = "cb41190e-d410-4da6-801c-4785c5d5993f";
|
|
||||||
url = "https://github.com";
|
|
||||||
workspace = spaces.Home.id;
|
|
||||||
position = 3000;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user