added kitty and hyprland (etc) config files

This commit is contained in:
2024-10-05 17:43:26 +02:00
parent e3c16f0ede
commit bf968fbedc
4 changed files with 359 additions and 0 deletions
+87
View File
@@ -0,0 +1,87 @@
# Font stuff
font_family Hack Nerd Font Mono
italic_font auto
bold_font auto
bold_italic_font auto
font_size 11.0
# Transparency
background_opacity 0.85
# The foreground color
foreground #d8dee9
# The background color
background #2e3440
# The foreground for selections
selection_foreground #81a1c1
# The background for selections
selection_background #eceff4
# The cursor color
cursor #e5e9f0
# Set up term-colors (Nord Theme)
color0 #3b4252
color8 #4c566a
color1 #bf616a
color9 #bf616a
color2 #a3be8c
color10 #a3be8c
color3 #ebcb8b
color11 #ebcb8b
color4 #81a1c1
color12 #81a1c1
color5 #b48ead
color13 #b48ead
color6 #88c0d0
color14 #8fbcbb
color6 #e5e9f0
color15 #eceff4
# The cursor shape can be one of (block, beam, underline)
shell_integration no-cursor
cursor_shape block
cursor_blink_interval 0.5
cursor_stop_blinking_after 15.0
# Number of lines of history to keep in memory for scrolling back
scrollback_lines 2000
scrollback_pager less +G -R
wheel_scroll_multiplier 5.0
# The width (in pts) of window borders. Will be rounded to the nearest number of pixels based on screen resolution.
window_border_width 0
window_margin_width 30
# The color for the border of the active window
active_border_color #ffffff
# The color for the border of inactive windows
inactive_border_color #cccccc
# Manage font size
map ctrl+shift+up increase_font_size
map ctrl+shift+down decrease_font_size
map ctrl+shift+backspace restore_font_size
# Misc stuff
enable_audio_bell yes
open_url_modifiers ctrl+shift
term xterm-kitty
open_url_with default
allow_remote_control yes