forked from extern/nix-config
kitty: Update config
This commit is contained in:
parent
84b3bc37ee
commit
a2dd9cedc8
@ -15,7 +15,7 @@ shell fish
|
||||
cursor_blink_interval 0
|
||||
|
||||
# Set the font family
|
||||
font_family Hack
|
||||
font_family Maple Mono
|
||||
|
||||
# Don't show title bar (necessary for Wayland)
|
||||
hide_window_decorations yes
|
||||
@ -32,13 +32,11 @@ copy_on_select clipboard
|
||||
# Set the wayland title bar to the same color as the terminal window
|
||||
wayland_titlebar_color background
|
||||
|
||||
# Use the grid layout by default to maximize screen usage (similar to bspwm)
|
||||
# The other layouts are in this order to make it easy to differentiate them
|
||||
# The stack layout is used to view specific windows in fullscreen
|
||||
enabled_layouts grid, fat, tall, vertical, stack
|
||||
# Use the master-stack layout
|
||||
enabled_layouts stack
|
||||
|
||||
# Set the default background opacity
|
||||
background_opacity 0.85
|
||||
background_opacity 0.95
|
||||
|
||||
# Enable changing the background with "kitty @ set-background-opacity <value>"
|
||||
dynamic_background_opacity yes
|
||||
@ -55,10 +53,9 @@ enable_audio_bell no
|
||||
# Use a consistent window size for floating windows
|
||||
# remember_window_size no
|
||||
|
||||
# Open new kitty tabs in the current working directory
|
||||
# Only use tabs and keep the current directory
|
||||
action_alias launch_tab launch --type=tab --cwd=current
|
||||
map ctrl+shift+enter launch --cwd=current
|
||||
map ctrl+shift+t launch_tab
|
||||
map ctrl+shift+enter launch_tab
|
||||
|
||||
# Use a slightly large window size by default
|
||||
initial_window_width 144c
|
||||
|
Loading…
Reference in New Issue
Block a user