Compare commits

...

3 Commits

Author SHA1 Message Date
yosh 9d5fb541d8 weechat: update pws and shit 2023-07-17 13:23:46 -05:00
yosh bc8dc35e41 bash: no more localman + chsh change 2023-07-17 13:23:15 -05:00
yosh a8933f77b9 update to represent renamed folders 2023-07-17 13:22:12 -05:00
8 changed files with 63 additions and 63 deletions

View File

@ -48,8 +48,8 @@ URxvt.url-select-plus.imgviewer: xdg-open
! Keybinds
URxvt.keysym.M-c: eval:selection_to_clipboard
URxvt.keysym.M-v: eval:paste_clipboard
URxvt.keysym.M-k: command:\033]720;1\007
URxvt.keysym.M-j: command:\033]721;1\007
URxvt.keysym.M-K: command:\033]720;1\007
URxvt.keysym.M-J: command:\033]721;1\007
URxvt.keysym.C-Right: \033[1;5C
URxvt.keysym.C-Left: \033[1;5D
URxvt.keysym.M-u: perl:url-select-plus:select_next
@ -65,8 +65,8 @@ URxvt.boldFont: -*-kakwafont-*-bold-*-12-*,-*-tamzen-bold-*-12-*,xft:TerminessT
URxvt.fading: 20
URxvt.iconFile: /home/yosh/.local/share/icons/MISC/avali-gradient.png
URxvt.internalBorder: 4
!URxvt.background.expr: tint [0.176, 0.031, 0.153, 0.8], align 1, 0, pad keep { load "$HOME/Pictures/Wallpapers & Backdrops/OTHER BACKDROPS/terminal_avali.png" }
URxvt.background.expr: align 1, 0, pad keep { load "$HOME/Pictures/Wallpapers & Backdrops/OTHER BACKDROPS/terminal_avali_full.png" }
!URxvt.background.expr: tint [0.176, 0.031, 0.153, 0.8], align 1, 0, pad keep { load "$HOME/pics/wallpapers/backdrops/terminal_avali.png" }
URxvt.background.expr: align 1, 0, pad keep { load "$HOME/pics/wallpapers/backdrops/terminal_avali_full.png" }
! Colors
URxvt.tabbed.tabbar-fg: 15

View File

@ -5,7 +5,7 @@ numlockx on
# X11 shit
xrdb ~/.config/X11/Xresources
xwallpaper --maximize "$HOME/Pictures/VRChat/Hi-Res Scenery/2022-07-25_22-35-10.494_3840x2160.png"
xwallpaper --maximize "$HOME/pics/VRChat/Hi-Res Scenery/2022-07-25_22-35-10.494_3840x2160.png"
# oneko -rv -time 100000
xset +fp "$XDG_DATA_HOME"/fonts/bitmap/cmvnd-bdf
xset +fp "$XDG_DATA_HOME"/fonts/bitmap/tamzen-bdf

View File

@ -20,6 +20,7 @@ export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonstartup.py"
# other config {{{
export PATH="$HOME/.local/bin:$HOME/.local/scripts:$PATH:$JAVA_HOME/bin"
export MANPATH="$XDG_DATA_HOME/man:"
export EDITOR="vim"
export VISUAL="vim"
export QT_STYLE_OVERRIDE=kvantum

View File

@ -8,10 +8,9 @@ complete -cf doas
# aliases
# man() { vim -R -c 'filetype plugin on' -c 'set ft=man' -c "Man $*"; }
chtsh() { IFS='+'; curl cht.sh/"$*" ; }
chtsh() { IFS='+' curl cht.sh/"$*" ; }
# local
alias localman='MANPATH=~/.local/share/man man'
alias usv="SVDIR=${HOME}/.local/service sv"
# convenience

View File

@ -1,45 +1,45 @@
# screenshots
screenshot-format=png
screenshot-high-bit-depth=yes
screenshot-png-compression=7
screenshot-directory=~/Pictures/Screenshots
screenshot-template="%tY-%tm-%td_%tH-%tM-%tS-mpvshot-%F"
# uhhhhh video and audio shit
video-sync=display-resample
gpu-api=vulkan
volume=90
# subtitles
sub-auto=fuzzy
slang=en,ja,live_chat,rechat
sub-font-size=48
no-sub-visibility
# player behavior
keep-open
volume-max=200
no-border
geometry=50%:50%
autofit-larger=1920x900
autofit-smaller=500x500
# OSD shit
# osc=no
osd-font="DejaVu Sans Mono"
osd-font-size=32
# osd-bar=no
cursor-autohide=2000
osd-on-seek=msg-bar
# online shit
ytdl-format=bestvideo[height<=?1080][vcodec!*=?vp9]+bestaudio/best
ytdl-raw-options=ignore-config=,sub-lang="en,ja,live_chat,rechat",write-subs=,write-auto-subs=,yes-playlist=
hls-bitrate=max
[twitch]
profile-cond=get("path", ""):find("^https://www.twitch.tv/videos/") ~= nil
profile-restore=copy-equal
sub-font-size=30
sub-align-x=right
sub-align-y=top
# screenshots
screenshot-format=png
screenshot-high-bit-depth=yes
screenshot-png-compression=7
screenshot-directory=~/pics/screenshots
screenshot-template="%tY-%tm-%td_%tH-%tM-%tS-mpvshot-%F"
# uhhhhh video and audio shit
video-sync=display-resample
gpu-api=vulkan
volume=90
# subtitles
sub-auto=fuzzy
slang=en,ja,live_chat,rechat
sub-font-size=48
no-sub-visibility
# player behavior
keep-open
volume-max=200
no-border
geometry=50%:50%
autofit-larger=1920x900
autofit-smaller=500x500
# OSD shit
# osc=no
osd-font="DejaVu Sans Mono"
osd-font-size=32
# osd-bar=no
cursor-autohide=2000
osd-on-seek=msg-bar
# online shit
ytdl-format=bestvideo[height<=?1080][vcodec!*=?vp9]+bestaudio/best
ytdl-raw-options=ignore-config=,sub-lang="en,ja,live_chat,rechat",write-subs=,write-auto-subs=,yes-playlist=
hls-bitrate=max
[twitch]
profile-cond=get("path", ""):find("^https://www.twitch.tv/videos/") ~= nil
profile-restore=copy-equal
sub-font-size=30
sub-align-x=right
sub-align-y=top

View File

@ -1,7 +1,7 @@
# main
mpd_host = localhost
mpd_port = 6600
mpd_music_dir = ~/Music
mpd_music_dir = ~/music/library
lyrics_directory = ~/.config/ncmpcpp/lyrics
# library

View File

@ -191,15 +191,15 @@ libera.tls_verify
libera.password
libera.capabilities
libera.sasl_mechanism
libera.sasl_username = ""
libera.sasl_password = ""
libera.sasl_username = "yoshiyosh"
libera.sasl_password = "${sec.data.libera}"
libera.sasl_key
libera.sasl_timeout
libera.sasl_fail
libera.autoconnect
libera.autoconnect = on
libera.autoreconnect
libera.autoreconnect_delay
libera.nicks
libera.nicks = "yoshiyosh"
libera.nicks_alternate
libera.username
libera.realname

View File

@ -17,9 +17,9 @@ salt = on
[data]
__passphrase__ = on
libera = "FBA7EFB6FD73C204AE95192E1456826A93E4A3F2540FD5B5992B11EAF98479993A7133F38340FFDB662C7410C1FA7BDEACE1C49AADDB933267EF7367DF36AB9C09F173F9B200035CF25083965BBAE5E1B0"
abime = "46EE3211ACF2DBFF5AD31D20B0FD9EACBAE4B6A9235457006C5D26BDC28E28F304030DDD02375F675D82DEA6A3F466FBE37D4B620435929DAE51D18DEB6AEBA55B93A7040D6D2EF544737F9D0348F1B5A5"
anthrochat = "4467EBD9597DA9DD40BA0517101CCCB017B203A54CA5268C864EE6A943599E5E5C8D6484592E3F8828E66AB5AA298175B4B76EA25BB9A17C75A32CC69A"
furnet = "0D4F32EA539582ABCE237FE3C6CD975A183AB200499FE63C75156A53178EA90410BCC26D6FAD2A8CE82735A9F688B80F1FF2BC6D68E4195EEFD5F7A65F8372437930EA3E4B134BEB76"
entropynet = "0FEEDA773D45C0E97CE13D826E8F0B795EC678466EA60CF6FE448F8595E5559E7AA6D221E177E7C377E28218363A6B4BAFF43F078C423B60ABAF7ECC9ABF8B073B6D1E64F2CB9DCAC972A063E1A70B34E0"
espernet = "48FC2EA577148D1DD3DA901A5B303A6A96B6D944A2F97167B589748D22C883703844DBA0C0648B252156E42AA49E622655532C78C891E96C0A978515E28195E94A1B76FCBE595342AD5ABF1D69E39D781AE7BC0C95D1128C1EEC0F9F981081ACEF78B700D724410610"
libera = "AE8B519A70830A28AF000F811729E7DE78C9908EE909CA2A87102540FA7D7190AC00783FE4047D7769423CCD8D03E6E8E8892C6F9F4E5A769C25F7D7DAD1E78CA67EC29F5089E3B15A6B719459BC21B76A"
abime = "5E4C50640C095EE7A68409A525A8F83B5633B30D663C002B4DFCC773808BB839FD40C20D67D1FD3A0D1CA7163C3C1CA3B805A886C206DDECA46B66CF16BDA18091F7E805EB393D18F50D90305D0CF32BD1"
anthrochat = "5162D3A544594214D028CA8AF8F6FCC7BAD920ECF7B5A8C12BB017BF74DB704CBEB1C9563DAEAACB4A3D97AE7779E59F08406634A7F68F683EF0D4C332"
furnet = "43682D4B700684E555102E26C61B8AEB9C4BAFD273CBF63941B927864F20B69121F333D275CA4F1CBAAB58C865DA2FDA95BAE163BF52B47B3638A43383B747944FC821D801D4474F01"
entropynet = "050E3BE5DFD074F156CCC933518F2DB4056CE80448BCC3476B39ECCF5ADE251BA6A7A3F8750F67200EA58BA1AF26C48B987B19EAE64380816EE10E4427EAF04DF3BBD4D9521FB75823278E21067CFD1278"
espernet = "90976DA6930EE9C224ECF3F99B0F749092EFC9EED62AB4437DA24E4E830EA44BAFD100DA73A8F9F8B3F6BBE9D435E10AB0E639136E0FAE268E266925A10FEC36F1F5F932A508005C5E270A5BCF9C6825828E05DAE94159F937EB4B1368F3B5D38F12F6F68E57E6FC9B"