add gitignore for generated color files
This commit is contained in:
parent
3bb8ef95dc
commit
c4d6b613f3
@ -88,7 +88,7 @@ env = HYPRCURSOR_SIZE,24
|
|||||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
gaps_out = 20
|
gaps_out = 10
|
||||||
|
|
||||||
border_size = 2
|
border_size = 2
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ general {
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 25
|
rounding = 24
|
||||||
rounding_power = 2
|
rounding_power = 2
|
||||||
|
|
||||||
# Change transparency of focused and unfocused windows
|
# Change transparency of focused and unfocused windows
|
||||||
@ -186,6 +186,9 @@ misc {
|
|||||||
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xwayland {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
|
||||||
#############
|
#############
|
||||||
### INPUT ###
|
### INPUT ###
|
||||||
@ -198,10 +201,9 @@ input {
|
|||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options =
|
||||||
kb_rules =
|
kb_rules =
|
||||||
repeat_rate = 80
|
follow_mouse = 1
|
||||||
repeat_delay = 200
|
repeat_rate = 100
|
||||||
|
repeat_delay = 300
|
||||||
follow_mouse = 1
|
|
||||||
|
|
||||||
sensitivity = -0.2 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = -0.2 # -1.0 - 1.0, 0 means no modification.
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
@ -238,8 +240,6 @@ 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, space, exec, $menu
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
|
||||||
bind = $mainMod, N, exec, kitty nvim
|
bind = $mainMod, N, exec, kitty nvim
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
|
|||||||
@ -5,7 +5,7 @@ dynamic_background_opacity yes
|
|||||||
font_size 10
|
font_size 10
|
||||||
|
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
font_family "Google Sans Code"
|
font_family family="0xProto Nerd Font Mono"
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|||||||
@ -5,8 +5,14 @@ dynamic_background_opacity yes
|
|||||||
font_size 10
|
font_size 10
|
||||||
|
|
||||||
# BEGIN_KITTY_FONTS
|
# BEGIN_KITTY_FONTS
|
||||||
font_family family="CommitMono Nerd Font Mono"
|
font_family family="IosevkaTermSlab Nerd Font Mono"
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
# END_KITTY_FONTS
|
# END_KITTY_FONTS
|
||||||
|
enabled_layouts horizontal
|
||||||
|
map kitty_mod ctrl+shift
|
||||||
|
map ctrl+shift+n launch --cwd=current
|
||||||
|
map ctrl+shift+w close_window
|
||||||
|
map ctrl+shift+l resize_window narrower
|
||||||
|
map ctrl+shift+h resize_window wider
|
||||||
|
|||||||
2
nvim
2
nvim
@ -1 +1 @@
|
|||||||
Subproject commit 700567314f208afdaed77582bab76f9012d290f2
|
Subproject commit c0aa83bbee7b033f0ff2e66de7387f6de3343b85
|
||||||
@ -1 +1 @@
|
|||||||
Subproject commit 49308bee1a400085a5c60e0b2bc3858188633366
|
Subproject commit 5b3d05168a5e4a81be6bedf1973697afe396a117
|
||||||
Loading…
x
Reference in New Issue
Block a user