diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-06-24 02:22:27 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-06-24 02:22:27 +0200 |
| commit | 23f3dcc4cc986507ba20a30d9312be9a3fc9d188 (patch) | |
| tree | d9e63b0d333f751f7be96238aa0eb2fd6fbd0c12 /.config | |
| parent | 1796493a7a9a54ea8e304e75ad4ded8df0d869e3 (diff) | |
regular update
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/mpd/mpd.conf | 2 | ||||
| -rw-r--r-- | .config/neofetch/config.conf | 2 | ||||
| -rw-r--r-- | .config/nyxt/config.lisp | 9 | ||||
| -rw-r--r-- | .config/pipewire/pipewire.conf | 6 | ||||
| -rw-r--r-- | .config/shell/aliasrc | 1 | ||||
| -rw-r--r-- | .config/tmux/tmux.conf | 4 | ||||
| -rw-r--r-- | .config/x11/xinitrc | 1 |
7 files changed, 16 insertions, 9 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 2ebf6b5..4bdd05b 100755 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -10,7 +10,7 @@ state_file "~/.config/mpd/mpdstate" # default local output audio_output { - type "pipewire" + type "pulse" name "Default" } diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index 0707571..75234fc 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -364,7 +364,7 @@ gtk3="off" # disk_show=('/'): # 'Disk (/): 74G / 118G (66%)' # -disk_show=('/' '/home' '/dev/sda2') +disk_show=('/' '/home' '/dev/sda1' '/dev/sdb1') # Disk subtitle. # What to append to the Disk subtitle. diff --git a/.config/nyxt/config.lisp b/.config/nyxt/config.lisp index c28b669..bfdb308 100644 --- a/.config/nyxt/config.lisp +++ b/.config/nyxt/config.lisp @@ -32,7 +32,14 @@ (define-configuration nyxt/mode/user-script:user-script-mode ((nyxt/mode/user-script:user-scripts (list - (make-instance 'nyxt/mode/user-script:user-script :base-path #p"~/.config/nyxt/scripts/4chan-x.user.js"))))) + (make-instance 'nyxt/mode/user-script:user-script :base-path #p"~/.config/nyxt/scripts/4chan-x.user.js") + (make-instance 'nyxt/mode/user-script:user-script :base-path #p"~/.config/nyxt/scripts/onee-chan.user.js"))))) + +(define-configuration nyxt/mode/proxy:proxy-mode + ((nyxt/mode/proxy:proxy (make-instance 'proxy + :url (quri:uri "socks5://localhost:9050") + :allowlist '("localhost" "localhost:8080") + :proxied-downloads-p t)))) (define-configuration (:modable-buffer :prompt-buffer :editor-buffer) ((default-modes `(:emacs-mode ,@%slot-value%)))) diff --git a/.config/pipewire/pipewire.conf b/.config/pipewire/pipewire.conf index af1ff82..7073ff8 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 = 48000 #default.clock.allowed-rates = [ 48000 ] - #default.clock.quantum = 1024 - default.clock.min-quantum = 16 + default.clock.quantum = 192 + default.clock.min-quantum = 192 #default.clock.max-quantum = 2048 #default.clock.quantum-limit = 8192 #default.video.width = 640 diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 330bb8a..396915d 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -129,4 +129,3 @@ alias push='git push origin' alias dfiles='/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME' alias dcomm='dfiles commit -m' alias dpush='dfiles push origin' - diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index caf8066..55f477c 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -34,8 +34,8 @@ set -g prefix C-Space unbind C-b bind C-Space send-prefix -bind C-v split-window -v -c "#{pane_current_path}" -bind C-s split-window -h -c "#{pane_current_path}" +bind C-s split-window -v -c "#{pane_current_path}" +bind C-v split-window -h -c "#{pane_current_path}" bind C-w killp bind C-q killw bind C-p previous-window diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index a3a9bda..05fa704 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -16,6 +16,7 @@ xrandr --auto --output DisplayPort-2 --mode 1600x900 --left-of HDMI-A-0 ~/.local/bin/set-wallpaper & /usr/bin/emacs --daemon & +otd & pipewire & mpd & picom & |
