mirror of
https://github.com/thegeneralist01/config.git
synced 2026-05-30 08:37:01 +02:00
add some actions; add languages
This commit is contained in:
parent
eac37f9535
commit
1971d7f7d5
1 changed files with 11 additions and 2 deletions
|
|
@ -70,6 +70,10 @@
|
|||
enable = true;
|
||||
package = pkgs.niri;
|
||||
settings = {
|
||||
input.keyboard.xkb = {
|
||||
layout = "us,ru";
|
||||
options = "grp:win_space_toggle";
|
||||
};
|
||||
layout = {
|
||||
focus-ring = {
|
||||
enable = false;
|
||||
|
|
@ -104,7 +108,7 @@
|
|||
|
||||
"Mod+Alt+B" = {
|
||||
hotkey-overlay.title = "Open Secondary Browser: firefox";
|
||||
action.spawn = [ "firefox" ];
|
||||
action.spawn = [ "sh" "-" "firefox" ];
|
||||
};
|
||||
|
||||
"Mod+Shift+Q" = {
|
||||
|
|
@ -135,6 +139,11 @@
|
|||
action.spawn = [ "helium" "https://x.com/i/notifications" ];
|
||||
};
|
||||
|
||||
"Mod+T" = {
|
||||
hotkey-overlay.title = "T3 Chat";
|
||||
action.spawn = [ "helium" "https://t3.chat/" ];
|
||||
};
|
||||
|
||||
"Mod+Alt+E" = {
|
||||
hotkey-overlay.title = "File Manager: Yazi";
|
||||
action.spawn = [ "yazi" ];
|
||||
|
|
@ -347,7 +356,7 @@
|
|||
"Mod+Ctrl+WheelScrollUp".action.set-window-height = "+5%";
|
||||
|
||||
# Window Modes
|
||||
"Mod+T".action.toggle-window-floating = { };
|
||||
"Mod+V".action.toggle-window-floating = { };
|
||||
"Mod+F".action.fullscreen-window = { };
|
||||
"Mod+M".action.maximize-column = { };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue