diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3status/config | 2 | ||||
| -rwxr-xr-x | .config/mpd/mpd.conf | 2 | ||||
| -rw-r--r-- | .config/mpv/mpv.conf | 1 | ||||
| -rw-r--r-- | .config/ncmpcpp/config | 2 | ||||
| -rwxr-xr-x | .config/nsxiv/exec/key-handler (renamed from .config/sxiv/exec/key-handler) | 0 | ||||
| -rw-r--r-- | .config/pipewire/pipewire.conf | 14 | ||||
| -rw-r--r-- | .config/shell/aliasrc | 23 | ||||
| -rw-r--r-- | .config/shell/profile | 3 | ||||
| -rw-r--r-- | .config/x11/xinitrc | 8 | ||||
| -rw-r--r-- | .config/zsh/.zshrc | 12 |
10 files changed, 30 insertions, 37 deletions
diff --git a/.config/i3status/config b/.config/i3status/config index ee97759..da9967e 100644 --- a/.config/i3status/config +++ b/.config/i3status/config @@ -38,7 +38,7 @@ ethernet wg0 { cpu_temperature 0 { format = "T: %degrees °C" - path = "/sys/devices/platform/nct6775.2592/hwmon/hwmon3/temp1_input" + path = "/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon3/temp1_input" } disk "/" { diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 7a575d6..9d41600 100755 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -18,7 +18,7 @@ audio_output { audio_output { type "httpd" name "HTTP Stream" - encoder "lame" # optional, vorbis or lame + encoder "vorbis" # optional, vorbis or lame port "8000" quality "8.0" # do not define if bitrate is defined # bitrate "256" # do not define if quality is defined diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 8dcfc78..8196cc7 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -9,7 +9,6 @@ dscale=ewa_lanczossharp ao=pipewire pipewire-buffer=16 -audio-swresample-o=resampler=soxr,precision=28 audio-samplerate=192000 audio-format=float diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 11e5c71..966b465 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -15,7 +15,7 @@ playlist_show_remaining_time = yes browser_display_mode = columns autocenter_mode = yes follow_now_playing_lyrics = yes -lyrics_fetchers = azlyrics, musixmatch, justsomelyrics, genius, internet +lyrics_fetchers = genius, tekstowo, plyrics, justsomelyrics, jahlyrics, zeneszoveg, internet # UI and colors external_editor = vim diff --git a/.config/sxiv/exec/key-handler b/.config/nsxiv/exec/key-handler index 14dda4c..14dda4c 100755 --- a/.config/sxiv/exec/key-handler +++ b/.config/nsxiv/exec/key-handler diff --git a/.config/pipewire/pipewire.conf b/.config/pipewire/pipewire.conf index 0a871b3..3a622a0 100644 --- a/.config/pipewire/pipewire.conf +++ b/.config/pipewire/pipewire.conf @@ -26,10 +26,10 @@ context.properties = { core.name = pipewire-0 # core name and socket name ## Properties for the DSP configuration. - default.clock.rate = 48000 + default.clock.rate = 44100 default.clock.allowed-rates = [ 44100 48000 ] default.clock.quantum = 192 - default.clock.min-quantum = 1024 + default.clock.min-quantum = 512 #default.clock.max-quantum = 2048 #default.clock.quantum-limit = 8192 #default.video.width = 640 @@ -41,9 +41,9 @@ context.properties = { #settings.check-rate = false # # These overrides are only applied when running in a vm. - vm.overrides = { - default.clock.min-quantum = 1024 - } + #vm.overrides = { + # default.clock.min-quantum = 1024 + #} } context.spa-libs = { @@ -58,9 +58,9 @@ context.spa-libs = { api.alsa.* = alsa/libspa-alsa api.v4l2.* = v4l2/libspa-v4l2 api.libcamera.* = libcamera/libspa-libcamera - api.bluez5.* = bluez5/libspa-bluez5 + #api.bluez5.* = bluez5/libspa-bluez5 api.vulkan.* = vulkan/libspa-vulkan - api.jack.* = jack/libspa-jack + #api.jack.* = jack/libspa-jack support.* = support/libspa-support #videotestsrc = videotestsrc/libspa-videotestsrc #audiotestsrc = audiotestsrc/libspa-audiotestsrc diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index d41e507..ec321ca 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -19,6 +19,10 @@ alias cam='mpv --profile=low-latency --untimed /dev/video0' alias df='df -h' alias tma='tmux a -t' alias tmn='tmux new-session -s' +alias sxiv='/usr/bin/nsxiv' +alias wgu='sudo wg-quick up /etc/wireguard/wg0.conf' +alias wgd='sudo wg-quick down /etc/wireguard/wg0.conf' +alias zzz='sudo zzz' # compiler alias clang='clang -march=native -O3 -flto=thin' @@ -110,19 +114,6 @@ alias dcomm='dfiles commit -m' alias dpush='dfiles push origin' # package management -alias qu='equery u' -alias qd='equery d' -alias qg='equery g' -alias qf='equery f' -alias qb='equery b' -alias qy='equery y' -alias eli='eix -c --installed' -alias els='eix -c --selected' -alias esync='sudo emaint sync' -alias pemup='emerge -pvuND @world' -alias emup='sudo emerge -vuND @world' -alias pemin='emerge -pv' -alias emin='sudo emerge -v' -alias pemrm='emerge -pvc' -alias emrm='sudo emerge -vc' -alias emsr='emerge -s' +alias xin='sudo xbps-install -S' +alias xup='sudo xbps-install -Su' +alias xqr='xbps-query -Rs' diff --git a/.config/shell/profile b/.config/shell/profile index 4d94449..b3ad122 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -1,5 +1,6 @@ export _JAVA_AWT_WM_NONREPARENTING=1 -export EDITOR="vim" +export EDITOR="nano" +export SUDO_EDITOR="nano" export TERMINAL="urxvt" export BROWSER="firefox" diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 90ddec0..9bae254 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -1,8 +1,8 @@ #!/bin/sh -if command -v dbus-launch > /dev/null && test -z "${DBUS_SESSION_BUS_ADDRESS}"; then - eval $(dbus-launch --sh-syntax --exit-with-session) -fi +#if command -v dbus-launch > /dev/null && test -z "${DBUS_SESSION_BUS_ADDRESS}"; then +# eval $(dbus-launch --sh-syntax --exit-with-session) +#fi eval "$(gpg-agent --daemon --allow-preset-passphrase)" eval "$(ssh-agent)" @@ -11,6 +11,8 @@ xrandr --addmode HDMI-A-0 1280x960 xrandr --output DisplayPort-2 --mode 1920x1080 --primary xrandr --output HDMI-A-0 --mode 1280x960 --left-of DisplayPort-2 +rfkill block bluetooth + xset r rate 250 30 xset s off -dpms setxkbmap -option "ctrl:nocaps" diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 8271c67..4c1e54c 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -78,10 +78,10 @@ fi # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. #[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* -if [ -f $XDG_DATA_HOME/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]; then - . $XDG_DATA_HOME/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -fi +#if [ -f $XDG_DATA_HOME/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]; then +# . $XDG_DATA_HOME/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +#fi -if [ -f $XDG_DATA_HOME/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh ]; then - . $XDG_DATA_HOME/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh -fi +#if [ -f $XDG_DATA_HOME/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh ]; then +# . $XDG_DATA_HOME/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +#fi |
