diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..1cd679e --- /dev/null +++ b/.config/kitty/kitty.conf @@ -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 diff --git a/.zshrc b/.zshrc index 731015f..cfc9926 100644 --- a/.zshrc +++ b/.zshrc @@ -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 diff --git a/povezi.sh b/povezi.sh index 540c25b..e665e98 100755 --- a/povezi.sh +++ b/povezi.sh @@ -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