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:
@@ -20,5 +20,5 @@ function fish_user_key_bindings
|
||||
bind \e\f clear-op -M insert
|
||||
bind \eb back-op -M insert
|
||||
bind \eB backtrack-op -M insert
|
||||
bind \e\\ list-op -M insert
|
||||
bind \e/ list-op -M insert
|
||||
end
|
||||
|
@@ -70,12 +70,12 @@ decoration {
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = true;
|
||||
enabled = true
|
||||
range = 15
|
||||
render_power = 3
|
||||
offset = 0, 0
|
||||
color = $teal
|
||||
color_inactive = 0xff$baseAlpha;
|
||||
color_inactive = 0xff$baseAlpha
|
||||
}
|
||||
|
||||
active_opacity = 0.7
|
||||
@@ -103,7 +103,7 @@ dwindle {
|
||||
# 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
|
||||
preserve_split = yes # you probably want this
|
||||
smart_split = true;
|
||||
smart_split = true
|
||||
}
|
||||
|
||||
master {
|
||||
|
@@ -6,6 +6,12 @@
|
||||
xkb.options = "grp:alt_shift_toggle";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
klavaro
|
||||
gtypist
|
||||
via
|
||||
];
|
||||
|
||||
# services.kanata = {
|
||||
# enable = true;
|
||||
# keyboards = {
|
||||
|
Reference in New Issue
Block a user