Add rofi config; use rofi as app launcher in i3 on roxy

This commit is contained in:
Lexi / Zoe 2021-12-16 00:53:40 +01:00
parent 2ae15042e9
commit 0175c5a4ab
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
3 changed files with 25 additions and 4 deletions

1
.vimrc
View file

@ -25,6 +25,7 @@ filetype plugin on
" Syntax rules for custom file extensions/patterns
autocmd BufNewFile,BufRead *.gitconfig set syntax=gitconfig
autocmd BufNewFile,BufRead *.rasi set syntax=scss
" Indentation for Python (use 4 spaces)
"autocmd FileType python setlocal expandtab shiftwidth=4 softtabstop=4