mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-06-10 13:46:07 -07:00
rethink some gnome keybinds
This commit is contained in:
parent
05587d23fe
commit
33fbf6214b
@ -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"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user