c/unixporn · by kirby@discuss.tchncs.de · 2yI switched from KDE to [bspwm] 73 points · 10 comments · view on lemmy.world
10 Comments
kirby@discuss.tchncs.de · 7 pts · 2y
props to this config, which gave me alot of inspiration : https://github.com/gh0stzk/dotfiles
background image : https://wall.alphacoders.com/big.php?i=1279289&
LeadSeason@sopuli.xyz · 6 pts · 2y
What did you use to make discord transparent?
kirby@discuss.tchncs.de · 3 pts · 2y
I use picom for all transparency
Y2K38@lemmy.one · 2 pts · 2y
Just the config of his compositor, I think.
Moshpirit@lemmy.world · 5 pts · 2y
Why abandoning plasma for bspwm, and how's been the experience? I think I would miss system-settings a lot haha
Lojcs@lemm.ee · 4 pts · 2y
What's the music player
kirby@discuss.tchncs.de · 5 pts · 2y
It's Spotify with a spicetify theme
Fjor@lemm.ee · 4 pts · 2y
Very nice and clean! What editor/setup have you got at the bottom?
Urist@lemmy.ml · 4 pts · 2y
Looks like Neovim with some plugins. I am curious too though! OP, do you have macros/hotkeys setup for LaTeX in Neovim? I use it for coding, but when doing math I can't live without all the automatic stuff I get in TeXStudio.
HMH@lemmy.ml · 4 pts · 2y
Not OP, but it looks like they are using texlab for completion: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#texlab
Apart from that there is https://github.com/lervag/vimtex with file type support, document compilation, etc. For grammar checking I use https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ltex and for snippets https://github.com/L3MON4D3/LuaSnip. See https://github.com/iurimateus/luasnip-latex-snippets.nvim for latex snippets and what you can do with them.