diff options
| author | pryazha <pryadeiniv@mail.ru> | 2025-10-26 20:08:56 +0500 |
|---|---|---|
| committer | pryazha <pryadeiniv@mail.ru> | 2025-10-26 20:08:56 +0500 |
| commit | e215aeec14eb694a155c88413701c66c31040ae8 (patch) | |
| tree | e65feaca151970d095f15c2f8cda8821c4482723 /.config | |
| parent | ea0c73a9bad27262518d08139f312fc750c7167a (diff) | |
change x11 configs, emacs config
Diffstat (limited to '.config')
| -rw-r--r-- | .config/.Xresources | 8 | ||||
| -rw-r--r-- | .config/.emacs | 12 | ||||
| -rw-r--r-- | .config/.profile | 3 | ||||
| -rw-r--r-- | .config/mpd.conf | 10 |
4 files changed, 4 insertions, 29 deletions
diff --git a/.config/.Xresources b/.config/.Xresources index d60def1..899b99a 100644 --- a/.config/.Xresources +++ b/.config/.Xresources @@ -1,8 +1,4 @@ -Xft.dpi: 96 -Xcursor.theme: miku-cursor-linux - xterm*background: black xterm*foreground: white -xterm*faceName: Iosevka -xterm*faceSize: 18 -# xterm*font: -*-fixed-*-*-*-*-18-*-*-*-*-*-*-* +xterm*font: -*-fixed-medium-*-*-*-18-*-*-*-*-*-iso10646-* +xterm*geometry: 100x40 diff --git a/.config/.emacs b/.config/.emacs index 407eb53..4ac5da8 100644 --- a/.config/.emacs +++ b/.config/.emacs @@ -21,15 +21,3 @@ (set-default 'truncate-lines t) (add-to-list 'default-frame-alist '(font . "Iosevka-16")) (load-theme 'wombat t) -(custom-set-variables - ;; custom-set-variables was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - '(package-selected-packages '(rfc-mode))) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - ) diff --git a/.config/.profile b/.config/.profile index fc7d58f..800927f 100644 --- a/.config/.profile +++ b/.config/.profile @@ -6,6 +6,3 @@ PATH="$HOME/.local/bin:$PATH" EDITOR='vi' LOGDIR='~/log' - -PLAN9=/home/pryazha/clone/plan9port export PLAN9 -PATH=$PATH:$PLAN9/bin export PATH diff --git a/.config/mpd.conf b/.config/mpd.conf index ee1c90b..fc93a33 100644 --- a/.config/mpd.conf +++ b/.config/mpd.conf @@ -1,13 +1,7 @@ music_directory "~/music" -playlist_directory "~/.config/mpd/playlists" -state_file "~/.config/mpd/state" +playlist_directory "~/.mpd/playlists" +state_file "~/.mpd/state" auto_update "yes" bind_to_address "127.0.0.1" restore_paused "yes" -max_output_buffer_size "16384" - -audio_output { - type "pipewire" - name "PipeWire Sound Server" -} |
