Dodan kitty conf

Jurij Podgoršek 2020-08-04 19:23:45 +02:00
parent 0b11859ca3
commit 52a7a06def
3 changed files with 37 additions and 6 deletions

View File

@ -0,0 +1,28 @@
font_family Fira Mono Medium 11
bold_font auto
italic_font auto
bold_italic_font auto
foreground #839496
background #002b36
background_opacity 0.9
color0 #073642
color1 #dc322f
color2 #859900
color3 #b58900
color4 #268bd2
color5 #d33682
color6 #2aa198
color7 #eee8d5
color8 #002b36
color9 #cb4b16
color10 #586e75
color11 #657b83
color12 #839496
color13 #6c71c4
color14 #93a1a1
color15 #fdf6e3
window_padding_width 3

12
.zshrc
View File

@ -140,18 +140,18 @@ export CHROMIUM_FLAGS="$CHROMIUM_FLAGS \
#export CURL_CA_BUNDLE="$SSL_CERT_FILE"
# Mozilla webrender
export MOZ_WEBRENDER=0
export MOZ_WEBRENDER=1
# Wayland native firefox
export MOZ_ENABLE_WAYLAND=1
#export MOZ_ENABLE_WAYLAND=1
# Layout tipkovnice
export XKB_DEFAULT_LAYOUT=us,si
export XKB_DEFAULT_OPTIONS=grp:win_space_toggle,compose:caps
# Novejsi opengl
export PAN_MESA_DEBUG=gl3
#export PAN_MESA_DEBUG=gl3
export GDK_BACKEND=wayland
#export GDK_BACKEND=wayland
export QT_QPA_PLATFORM=wayland
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
#export QT_QPA_PLATFORM=wayland
#export QT_WAYLAND_DISABLE_WINDOWDECORATION=1

View File

@ -14,6 +14,9 @@ ln -s $DIR/.config/sway/config ~/.config/sway/config
mkdir $DIR/.config/termite
ln -s $DIR/.config/termite/config ~/.config/termite/config
mkdir $DIR/.config/kitty
ln -s $DIR/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf
ln -s $DIR/.config/compton ~/.config/compton
ln -s $DIR/.config/redshift ~/.config/redshift