forked from Shinonome/dots-hyprland
kitty support (#796)
This commit is contained in:
@@ -0,0 +1,30 @@
|
|||||||
|
# Font
|
||||||
|
font_family SpaceMono Nerd Font
|
||||||
|
font_size 11.0
|
||||||
|
|
||||||
|
# Cursor shape
|
||||||
|
cursor_shape beam
|
||||||
|
|
||||||
|
# Padding (why weird value? consistency with foot)
|
||||||
|
window_margin_width 21.75
|
||||||
|
|
||||||
|
# No stupid close confirmation
|
||||||
|
confirm_os_window_close 0
|
||||||
|
|
||||||
|
# Use fish shell
|
||||||
|
shell fish
|
||||||
|
|
||||||
|
# Copy for normies
|
||||||
|
map ctrl+c copy_or_interrupt
|
||||||
|
|
||||||
|
# Zoom
|
||||||
|
map ctrl+plus change_font_size all +1
|
||||||
|
map ctrl+equal change_font_size all +1
|
||||||
|
map ctrl+kp_add change_font_size all +1
|
||||||
|
|
||||||
|
map ctrl+minus change_font_size all -1
|
||||||
|
map ctrl+underscore change_font_size all -1
|
||||||
|
map ctrl+kp_subtract change_font_size all -1
|
||||||
|
|
||||||
|
map ctrl+0 change_font_size all 0
|
||||||
|
map ctrl+kp_0 change_font_size all 0
|
||||||
Reference in New Issue
Block a user