diff --git a/.config/.gitignore b/.config/.gitignore index f7cb1f0..f589b68 100644 --- a/.config/.gitignore +++ b/.config/.gitignore @@ -27,6 +27,7 @@ !/nnn/** !/nvim/** !/peaclock/** +!/paru/** !/picom/** !/pistol/** !/polybar/** diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 9d82645..cc8b2e1 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -7,3 +7,7 @@ [[language]] name = "julia" indent = { tab-width = 4, unit = "\t" } + +[[language]] +name = "latex" +indent = { tab-width = 4, unit = "\t" } diff --git a/.config/paru/paru.conf b/.config/paru/paru.conf new file mode 100644 index 0000000..cc40c07 --- /dev/null +++ b/.config/paru/paru.conf @@ -0,0 +1,40 @@ +# ___ ___ _______ __ +# / _ \/ _ `/ __/ // / +# / .__/\_,_/_/ \_,_/ +# /_/ +# paru (AUR helper) config +# ~/.config/paru/paru.conf +# See the paru.conf(5) manpage for options + +# +# GENERAL OPTIONS +# +[options] +PgpFetch +Devel +Provides +DevelSuffixes = -git -cvs -svn -bzr -darcs -always -hg -fossil +#AurOnly +#BottomUp +#RemoveMake +#SudoLoop +#UseAsk +#SaveChanges +#CombinedUpgrade +#CleanAfter +#UpgradeMenu +#NewsOnUpgrade + +#LocalRepo +#Chroot +#Sign +#SignDb +#KeepRepoCache + +# +# Binary OPTIONS +# +#[bin] +#FileManager = vifm +#MFlags = --skippgpcheck +#Sudo = doas diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 90381bf..0f807dc 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -8,7 +8,7 @@ # Unbound hotkeys: # 0th row: F2 F6 # 1st row: W E P -# 2nd row: A S dD +# 2nd row: A S D # 3rd row: Z C # Insert Scroll_Lock XF86Launch1 @@ -44,6 +44,10 @@ super + z super + f $TERMINAL -e $FILE +# Joshtuo File manager (experimental) +super + shift + z + $TERMINAL -e joshuto + # Web browser ($BROWSER env variable) super + b $BROWSER @@ -327,7 +331,7 @@ super + F4 prompt 'Hibernate computer?' 'sudo systemctl suspend' # Restart/rescan wifi/eth networks -super + F5 +super + F6 sudo -A systemctl restart NetworkManager && \ notify-send 'NetworkManager' 'restarted' diff --git a/.local/bin b/.local/bin index 09ac602..41e042a 160000 --- a/.local/bin +++ b/.local/bin @@ -1 +1 @@ -Subproject commit 09ac6022e5b9010015c7f87a31dac3c356e9d64a +Subproject commit 41e042a04217399c0fb495a9eea1900c3643e7e9