Compare commits
No commits in common. "7b43e77df4c135c9acc1fb0d660f2ac84b15b3bc" and "2f05125eacc7d99935ee2d7f040a0c2f41111a00" have entirely different histories.
7b43e77df4
...
2f05125eac
3 changed files with 2 additions and 9 deletions
|
|
@ -1,6 +1,4 @@
|
|||
font_family Fira Code
|
||||
# some magic i found here https://github.com/kovidgoyal/kitty/issues/719
|
||||
scrollback_pager /usr/bin/nvim -c "silent !rm /tmp/kitty_scrollback_buffer" -c "set nonumber nolist showtabline=0 foldcolumn=0" -c "autocmd TermOpen * normal G" -c "silent write /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer -"
|
||||
|
||||
# vim:ft=kitty
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
set preview_images true
|
||||
set preview_images_method kitty
|
||||
|
|
@ -4,7 +4,7 @@ set $menu kickoff
|
|||
set $lock swaylock
|
||||
|
||||
# scale internal display
|
||||
output eDP-1 scale 1.5
|
||||
output eDP-1 scale 1.75
|
||||
|
||||
focus_follows_mouse no
|
||||
|
||||
|
|
@ -12,6 +12,7 @@ default_border pixel 2
|
|||
default_floating_border pixel 2
|
||||
gaps inner 10
|
||||
gaps outer 5
|
||||
smart_borders on
|
||||
|
||||
exec dbus-update-activation-environment --all
|
||||
exec eval $(gnome-keyring-daemon --start)
|
||||
|
|
@ -114,7 +115,3 @@ input type:touchpad {
|
|||
tap enabled
|
||||
natural_scroll enabled
|
||||
}
|
||||
# #border #BG #text #indica #child_border
|
||||
client.focused #ca9ee6 #ca9ee6 #ca9ee6 #ea999c #81c8be
|
||||
client.focused_inactive #000000 #000000 #c6d0f5 #ea999c #232634
|
||||
client.unfocused #000000 #000000 #c6d0f5 #ea999c #232634
|
||||
|
|
|
|||
Loading…
Reference in a new issue