diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2025-03-29 12:55:31 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2025-03-29 13:52:17 +0300 |
commit | bd298646a1110f52934871845df3effc42f339d1 (patch) | |
tree | 6540188d600bec91b8a8436bbef3251386133477 | |
parent | ee0a942d647fd594c13d0f4468e008fd855a573d (diff) |
-rw-r--r-- | .bashrc | 4 | ||||
-rw-r--r-- | .config/i3/config | 4 | ||||
-rw-r--r-- | .config/nvim/lua/user/autocommds.lua | 2 | ||||
-rw-r--r-- | .config/picom/picom.conf | 2 | ||||
-rw-r--r-- | .config/sakura/sakura.conf | 2 | ||||
-rw-r--r-- | .muttrc | 3 | ||||
-rw-r--r-- | .procmailrc | 7 | ||||
-rwxr-xr-x | zerotierconnect.sh | 12 |
8 files changed, 18 insertions, 18 deletions
@@ -1,4 +1,6 @@ +fetchmail 2>/dev/null + source /etc/profile source "$HOME/.cursed_bash.sh" source /usr/share/git/git-prompt.sh @@ -54,8 +56,6 @@ export PS1='[\[\e[1;32m\]\u@\h\[\e[0m\]:\[\e[36m\]\W\[\e[93m\]$(__git_ps1 "(%s" # zerotier export ZEROTIER_CENTRAL_TOKEN="/etc/zerotier/token" - - GHC_PACKAGE_PATH="/usr/lib/ghc-9.0.2/package.conf.d" # Created by `pipx` on 2023-08-09 18:40:17 append_path '/home/main/.local/bin' 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 @@ -0,0 +1,3 @@ +set spoolfile=/var/mail/$USER +set folder=/home/$USER/mail + diff --git a/.procmailrc b/.procmailrc new file mode 100644 index 0000000..a52ef90 --- /dev/null +++ b/.procmailrc @@ -0,0 +1,7 @@ +MAILDIR=$HOME/Mail +LOGFILE=$MAILDIR/.log +DEFAULT=/var/spool/mail/main + +:0 +* ^From.*@.*$ +$DEFAULT diff --git a/zerotierconnect.sh b/zerotierconnect.sh deleted file mode 100755 index 5469d62..0000000 --- a/zerotierconnect.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -e - -sudo zerotier-one -d - -sudo zerotier-one -d -sudo zerotier-cli info - -read - -sudo zerotier-cli join 8056c2e21c2fbaef |