diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-06-07 19:26:31 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-06-07 19:26:31 +0200 |
| commit | 786b5f6ed31784094113f0b7e0bc5f3f0e59e257 (patch) | |
| tree | e3d8add0c66a0da3d1eb667f888d1309eb7d05ac | |
| parent | 5d6e657ee76885438acd774e5ad100781ae5e3c0 (diff) | |
| -rw-r--r-- | .config/ncmpcpp/config | 2 | ||||
| -rw-r--r-- | .config/shell/aliasrc | 1 | ||||
| -rw-r--r-- | .config/x11/xinitrc | 2 | ||||
| -rw-r--r-- | .vim/vimrc | 8 |
4 files changed, 8 insertions, 5 deletions
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 7a1c2fc..69ff9d3 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -18,7 +18,7 @@ follow_now_playing_lyrics = yes lyrics_fetchers = tekstowo, plyrics, justsomelyrics, jahlyrics, zeneszoveg, genius, internet # UI and colors -external_editor = nano +external_editor = $EDITOR colors_enabled = yes current_item_prefix = $(blue)$r current_item_suffix = $/r$(end) diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 346a148..9818430 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -4,7 +4,6 @@ alias reboot='sudo reboot' alias poweroff='sudo shutdown -hP now' alias refresh='. ~/.bashrc' -alias mutt='cd ~/.config/mutt/attachments; mutt; cd -' alias jpwine='LANG=ja_JP.UTF-8 WINEDEBUG=-all wine' alias emd='/usr/bin/emacs --daemon &' alias emc='/usr/bin/emacsclient -c -a ""' diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 4cb1b44..1625fda 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -11,7 +11,7 @@ eval "$(ssh-agent)" # xrandr --output HDMI-A-0 --mode 1280x1024 --primary # xrandr --output DisplayPort-1 --mode 1920x1080 --left-of HDMI-A-0 xrandr --output DisplayPort-1 --mode 1920x1080 --primary -xrandr --output HDMI-A-0 --mode 1280x1024 --left-of DisplayPort-1 +xrandr --output HDMI-A-0 --mode 1280x960 --left-of DisplayPort-1 xset r rate 250 30 xset s off -dpms @@ -1,6 +1,11 @@ -filetype plugin indent on syntax enable +filetype plugin on + set nocompatible + +set path+=** +set wildmenu + set modeline set modelines=5 set nobackup @@ -20,7 +25,6 @@ let $RC="$HOME/.vim/vimrc" call plug#begin() Plug 'dracula/vim', { 'as': 'dracula' } -Plug 'catppuccin/nvim', { 'as': 'catppuccin' } Plug 'NLKNguyen/papercolor-theme' Plug 'tpope/vim-commentary' Plug 'tpope/vim-surround' |
