remove some weird old kitty stuff i dont use that causes fullscreen bugs
This commit is contained in:
parent
c241963f56
commit
2cf7e234e9
|
@ -14,11 +14,8 @@ foreground #dddddd
|
|||
background #111111
|
||||
shell zsh
|
||||
editor nvim
|
||||
allow_remote_control socket-only
|
||||
listen_on unix:///tmp/kitty.sock
|
||||
env KITTY_TERM=TRUE
|
||||
shell_integration enabled
|
||||
dynamic_background_opacity yes
|
||||
background_opacity 1.0
|
||||
|
||||
# urls
|
||||
|
@ -37,7 +34,7 @@ map alt+q previous_tab
|
|||
map ctrl+shift+s no_op
|
||||
|
||||
# manual fullscreen
|
||||
map shift+alt+f11 toggle_fullscreen
|
||||
map ctrl+enter toggle_fullscreen
|
||||
|
||||
# scrolling
|
||||
map ctrl+shift+k scroll_page_up
|
||||
|
@ -45,12 +42,6 @@ map ctrl+shift+j scroll_page_down
|
|||
touch_scroll_multiplier 2.5
|
||||
wheel_scroll_multiplier 5.0
|
||||
|
||||
# bg
|
||||
map ctrl+shift+a>m set_background_opacity +0.1
|
||||
map ctrl+shift+a>l set_background_opacity -0.1
|
||||
map ctrl+shift+a>1 set_background_opacity 1
|
||||
map ctrl+shift+a>0 set_background_opacity 0.8
|
||||
|
||||
# more terminals in my terminal
|
||||
enabled_layouts tall:bias=50;full_size=1;mirrored=false
|
||||
#map ctrl+shift+enter make me a new fucking window
|
||||
|
|
Loading…
Reference in New Issue