From bd298646a1110f52934871845df3effc42f339d1 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Sat, 29 Mar 2025 12:55:31 +0300 Subject: Added (not)fetchmail config --- .config/i3/config | 4 ++-- .config/nvim/lua/user/autocommds.lua | 2 +- .config/picom/picom.conf | 2 ++ .config/sakura/sakura.conf | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index 07ffa92..9714361 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -284,7 +284,7 @@ exec_always ~/.screenlayout/doublemonitor.layout.sh # exec openrgb --color "00FFFF" exec $terminal -exec $terminal -e bashtop +exec $terminal -e btop exec firefox exec telegram-desktop exec discord @@ -293,7 +293,7 @@ exec discord # * author: li0n (kongshushiwo)` # * source1 (weibo): https://www.weibo.com/6593199887/L3yxyEJ1T # * source2 (gelbooru): https://gelbooru.com/index.php?page=post&s=view&id=7506062 -exec_always feh --bg-fill ~/wallpaper/yae_beautiful_1.jpg +exec_always feh --bg-fill ~/wallpaper/gaygirlparty.jpg exec_always setxkbmap -layout us,ru -option grp:alt_shift_toggle exec_always ~/.screenlayout/fullscreen.sh # exec_always xset r rate 269 19 diff --git a/.config/nvim/lua/user/autocommds.lua b/.config/nvim/lua/user/autocommds.lua index 934cda8..e2452bf 100644 --- a/.config/nvim/lua/user/autocommds.lua +++ b/.config/nvim/lua/user/autocommds.lua @@ -10,7 +10,7 @@ vim.api.nvim_create_autocmd ( callback = function() vim.system( {'bash', '-c', - "latexmk -shell-escape -xelatex " .. vim.fn.expand('%:t') .. " && pkill -HUP mupdf"}, + "echo making > file && latexmk -shell-escape -xelatex " .. vim.fn.expand('%:t') .. " && pkill -HUP mupdf"}, {detach = true}) end} ) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index a80e35c..4f21d7a 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -18,6 +18,8 @@ opacity-rule = [ "100: name *= 'Pornhub'", // not sus "100: name ~= 'ヰカちゃん♡♡~ – \\\\([0-9]+\\\\)'", // my girlfriend is more important than my rice "100: name ~= 'Вика Цой'", + "100: class_g *= 'MuPDF'", // yeah yeah + "100: name *= '.pdf'", // sure // rules for calls break the media viewing so this is a workaround "99: class_g *= 'Telegram' && name = 'Media viewer' && focused", diff --git a/.config/sakura/sakura.conf b/.config/sakura/sakura.conf index 759cc2b..faae90c 100644 --- a/.config/sakura/sakura.conf +++ b/.config/sakura/sakura.conf @@ -32,7 +32,7 @@ colorset6_key=F6 last_colorset=1 bold_is_bright=false scroll_lines=4096 -font=IosevkaTerm Nerd Font Mono Oblique 13 +font=Iosevka Nerd Font Mono Oblique 18 show_tab_bar=multiple scrollbar=false closebutton=false -- cgit v1.2.3-70-g09d2