shortcuts
This commit is contained in:
parent
4026a01425
commit
0b0d6fc8ab
@ -47,12 +47,6 @@ in
|
|||||||
install_url = "https://gitflic.ru/project/magnolia1234/bpc_uploads/blob/raw?file=bypass_paywalls_clean-latest.xpi";
|
install_url = "https://gitflic.ru/project/magnolia1234/bpc_uploads/blob/raw?file=bypass_paywalls_clean-latest.xpi";
|
||||||
installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Ctrl+Number Tabs
|
|
||||||
"{84601290-bec9-494a-b11c-1baa897a9683}" = {
|
|
||||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ctrl-number-to-switch-tabs/latest.xpi";
|
|
||||||
installation_mode = "force_installed";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
Preferences = { };
|
Preferences = { };
|
||||||
} "Policies to apply to firefox";
|
} "Policies to apply to firefox";
|
||||||
@ -94,6 +88,7 @@ in
|
|||||||
"browser.shell.checkDefaultBrowser" = false;
|
"browser.shell.checkDefaultBrowser" = false;
|
||||||
"general.smoothScroll.msdPhysics.enabled" = true;
|
"general.smoothScroll.msdPhysics.enabled" = true;
|
||||||
"intl.accept_languages" = "en-US,en";
|
"intl.accept_languages" = "en-US,en";
|
||||||
|
"ui.key.accelKey" = "224";
|
||||||
|
|
||||||
# "devtools.chrome.enabled" = true;
|
# "devtools.chrome.enabled" = true;
|
||||||
# "xpinstall.signatures.required" = false;
|
# "xpinstall.signatures.required" = false;
|
||||||
|
@ -5,30 +5,33 @@ font-family = "MesloLGM Nerd Font Mono"
|
|||||||
confirm-close-surface = true
|
confirm-close-surface = true
|
||||||
|
|
||||||
# Keybindings - Tabs & Splits
|
# Keybindings - Tabs & Splits
|
||||||
keybind = ctrl+t=new_tab
|
keybind = cmd+t=new_tab
|
||||||
keybind = ctrl+w=close_surface
|
keybind = cmd+w=close_surface
|
||||||
keybind = ctrl+d=new_split:right
|
keybind = cmd+d=new_split:right
|
||||||
keybind = ctrl+shift+d=new_split:down
|
keybind = cmd+shift+d=new_split:down
|
||||||
keybind = ctrl+enter=toggle_split_zoom
|
keybind = cmd+shift+enter=toggle_split_zoom
|
||||||
|
|
||||||
# Keybindings - Navigation - Splits
|
# Keybindings - Navigation - Splits
|
||||||
keybind = ctrl+left=goto_split:left
|
keybind = cmd+left=goto_split:left
|
||||||
keybind = ctrl+right=goto_split:right
|
keybind = cmd+right=goto_split:right
|
||||||
keybind = ctrl+up=goto_split:up
|
keybind = cmd+up=goto_split:up
|
||||||
keybind = ctrl+down=goto_split:down
|
keybind = cmd+down=goto_split:down
|
||||||
keybind = ctrl+]=goto_split:next
|
keybind = cmd+]=goto_split:next
|
||||||
keybind = ctrl+[=goto_split:previous
|
keybind = cmd+[=goto_split:previous
|
||||||
|
|
||||||
# Keybindings - Navigation - Tabs
|
# Keybindings - Navigation - Tabs
|
||||||
keybind = ctrl+1=goto_tab:1
|
keybind = cmd+1=goto_tab:1
|
||||||
keybind = ctrl+2=goto_tab:2
|
keybind = cmd+2=goto_tab:2
|
||||||
keybind = ctrl+3=goto_tab:3
|
keybind = cmd+3=goto_tab:3
|
||||||
keybind = ctrl+4=goto_tab:4
|
keybind = cmd+4=goto_tab:4
|
||||||
keybind = ctrl+5=goto_tab:5
|
keybind = cmd+5=goto_tab:5
|
||||||
keybind = ctrl+6=goto_tab:6
|
keybind = cmd+6=goto_tab:6
|
||||||
keybind = ctrl+7=goto_tab:7
|
keybind = cmd+7=goto_tab:7
|
||||||
keybind = ctrl+8=goto_tab:8
|
keybind = cmd+8=goto_tab:8
|
||||||
keybind = ctrl+9=goto_tab:9
|
keybind = cmd+9=goto_tab:9
|
||||||
|
|
||||||
|
keybind = performable:cmd+c=copy_to_clipboard
|
||||||
|
keybind = performable:cmd+v=paste_from_clipboard
|
||||||
|
|
||||||
# Melange Dark - Adapted From: https://github.com/savq/melange-nvim/blob/master/term/kitty/melange_dark.conf
|
# Melange Dark - Adapted From: https://github.com/savq/melange-nvim/blob/master/term/kitty/melange_dark.conf
|
||||||
palette = 0=#34302C
|
palette = 0=#34302C
|
||||||
|
@ -192,20 +192,21 @@ gestures {
|
|||||||
### KEYBINDINGS ###
|
### KEYBINDINGS ###
|
||||||
###################
|
###################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
# Super Bindings (macOS Transition)
|
||||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
bind = SUPER_SHIFT, 1, exec, hyprshot -m output
|
||||||
|
bind = SUPER_SHIFT, 2, exec, hyprshot -m window
|
||||||
|
bind = SUPER_SHIFT, 3, exec, hyprshot -m region
|
||||||
|
bind = SUPER, Q, killactive,
|
||||||
|
bind = SUPER, SPACE, exec, $menu
|
||||||
|
|
||||||
bind = $mainMod_ALT, 1, exec, hyprshot -m output
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||||
bind = $mainMod_ALT, 2, exec, hyprshot -m window
|
$mainMod = ALT # Sets "Windows" key as main modifier
|
||||||
bind = $mainMod_ALT, 3, exec, hyprshot -m region
|
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, RETURN, exec, $terminal
|
bind = $mainMod, RETURN, exec, $terminal
|
||||||
bind = $mainMod, W, killactive,
|
|
||||||
bind = $mainMod, M, exit,
|
bind = $mainMod, M, exit,
|
||||||
bind = $mainMod, E, exec, $fileManager
|
bind = $mainMod, E, exec, $fileManager
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, SPACE, exec, $menu
|
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{ config, lib, namespace, ... }:
|
{ config, lib, namespace, ... }:
|
||||||
let
|
let
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf mkDefault;
|
||||||
|
|
||||||
cfg = config.${namespace}.system.boot;
|
cfg = config.${namespace}.system.boot;
|
||||||
in
|
in
|
||||||
@ -39,7 +39,7 @@ in
|
|||||||
editor = false;
|
editor = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
timeout = 1;
|
timeout = mkDefault 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
initrd = mkIf cfg.xenGuest {
|
initrd = mkIf cfg.xenGuest {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user