1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

update: added touch typing trainers, hyprland fixes, fish hotkey change

This commit is contained in:
xnm
2024-12-21 17:25:20 +02:00
parent c92884a39a
commit efd9e85d75
3 changed files with 10 additions and 4 deletions

View File

@@ -20,5 +20,5 @@ function fish_user_key_bindings
bind \e\f clear-op -M insert bind \e\f clear-op -M insert
bind \eb back-op -M insert bind \eb back-op -M insert
bind \eB backtrack-op -M insert bind \eB backtrack-op -M insert
bind \e\\ list-op -M insert bind \e/ list-op -M insert
end end

View File

@@ -70,12 +70,12 @@ decoration {
} }
shadow { shadow {
enabled = true; enabled = true
range = 15 range = 15
render_power = 3 render_power = 3
offset = 0, 0 offset = 0, 0
color = $teal color = $teal
color_inactive = 0xff$baseAlpha; color_inactive = 0xff$baseAlpha
} }
active_opacity = 0.7 active_opacity = 0.7
@@ -103,7 +103,7 @@ dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = yes # you probably want this preserve_split = yes # you probably want this
smart_split = true; smart_split = true
} }
master { master {

View File

@@ -6,6 +6,12 @@
xkb.options = "grp:alt_shift_toggle"; xkb.options = "grp:alt_shift_toggle";
}; };
environment.systemPackages = with pkgs; [
klavaro
gtypist
via
];
# services.kanata = { # services.kanata = {
# enable = true; # enable = true;
# keyboards = { # keyboards = {