rethink some gnome keybinds

This commit is contained in:
Tyler Starr 2025-06-08 08:50:16 -07:00
parent 05587d23fe
commit 33fbf6214b
2 changed files with 18 additions and 11 deletions

View File

@ -118,6 +118,7 @@ in {
"google-chrome.desktop"
"kitty.desktop"
"org.gnome.Nautilus.desktop"
"obsidian.desktop"
"steam.desktop"
"discord.desktop"
];
@ -212,11 +213,8 @@ in {
action = "prev-workspace";
};
} // generate_custom_keybindings {
"terminal" = { binding = "<Super><Control>Return"; command = "kitty"; name = "Open Terminal"; };
"browser" = { binding = "<Super><Control>b"; command = "google-chrome-stable"; name = "Open Browser"; };
"steam" = { binding = "<Super><Control>s"; command = "steam"; name = "Open Steam"; };
"discord" = { binding = "<Super><Control>d"; command = "discord"; name = "Open Discord"; };
"nautilus" = { binding = "<Super><Control>f"; command = "nautilus"; name = "Open File Manager"; };
"Bass" = { binding = "<Super><Control>b"; command = "sv -9"; name = "Set Subwoofer to -9dB"; };
"Treble" = { binding = "<Super><Control>t"; command = "sv -20"; name = "Set Subwoofer to -20dB"; };
};
};
};

View File

@ -12,13 +12,22 @@ in {
capslock = "overload(meta, esc)";
leftalt = "layer(alt)";
f1 = "oneshot(open)";
f2 = "oneshot(util)";
};
open = {
enter = "C-M-enter"; # terminal
b = "C-M-b"; # browser
s = "C-M-s"; # steam
d = "C-M-d"; # discord
f = "C-M-f"; # nautilus
open = { # open applications on gnome bar
q = "C-M-1";
w = "C-M-2";
e = "C-M-3";
r = "C-M-4";
t = "C-M-5";
y = "C-M-6";
u = "C-M-7";
i = "C-M-8";
o = "C-M-9";
};
util = {
b = "C-M-b";
t = "C-M-t";
};
alt = {
h = "left";