Compare commits

...

3 Commits

Author SHA1 Message Date
9a4c9b06a6 Add qb dark theme 2022-07-05 13:47:54 +02:00
ade0a4dcf8 sputnik/xprofile: use qt5ct to set qt theme 2022-07-05 13:47:54 +02:00
8ad3f3f3e8 nvim: Fix swap file location 2022-07-05 13:47:54 +02:00
3 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,7 @@ set backspace=indent,eol,start
set tabstop=4 set tabstop=4
set shiftwidth=4 set shiftwidth=4
set noet set noet
set directory=~/.vim/tmp
" preview substitute (%s/a/b) " preview substitute (%s/a/b)
set inccommand=nosplit set inccommand=nosplit

Binary file not shown.

4
tree/.xprofile.tpl Normal file
View File

@ -0,0 +1,4 @@
{% if hostname == "sputnik" %}
# use qt5ct to set Qt theme
export QT_QPA_PLATFORMTHEME=qt5ct
{% end %}