add nushell
This commit is contained in:
parent
d03507a3fa
commit
43368d1e3a
8 changed files with 22 additions and 24 deletions
|
|
@ -6,10 +6,11 @@ input {
|
|||
kb_rules =
|
||||
|
||||
follow_mouse = 1
|
||||
accel_profile = flat
|
||||
|
||||
touchpad {
|
||||
natural_scroll = no
|
||||
}
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
sensitivity = 0.7 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,5 @@ windowrulev2 = float, class:^(steam)$,title:^(Friends List)$
|
|||
# Workspace assign
|
||||
|
||||
windowrulev2 = workspace: 1, class:^(kitty)$
|
||||
windowrulev2 = workspace: 2, class:^(firefox)$
|
||||
windowrulev2 = workspace: 1, class:^(firefox)$
|
||||
windowrulev2 = workspace: 5, class:^(steam)$
|
||||
windowrulev2 = workspace: 10, class:^(org.telegram.desktop)$
|
||||
windowrulev2 = workspace: 10, class:^(vesktop)$
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
include ~/.config/kitty/macchiato.conf
|
||||
font_family jetbrains mono nerd font
|
||||
font_family CaskaydiaCove Nerd Font Mono
|
||||
font_size 16
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue