From f53ffcbe6a69e3fb3ee5edfc2e0075afd1c02910 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Thu, 3 Jul 2025 16:01:36 +0800 Subject: Update --- X11/openbox/rc.xml | 6 +++--- X11/rofi/pass.edit | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'X11') diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index af8863b..c15e465 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml @@ -112,7 +112,7 @@ -o "window.dimensions.lines=32" \ -o "window.dimensions.columns=70" \ -o 'env.fullrc="false"' \ - -e nvim ~/.config/openbox/rc.xml; + -e vim ~/.config/openbox/rc.xml; openbox --reconfigure ' @@ -543,7 +543,7 @@ - alacritty --title @CLIPBORD -o 'env.fullrc="false"' -e nvim -c 'r !xsel -ob' -c 'normal A' -c 'startinsert' -c 'nmap <C-c> :w !xsel -ib<CR>:qa!<CR>' + alacritty --title @CLIPBORD -o 'env.fullrc="false"' -e vim -c 'r !xsel -ob' -c 'normal A' -c 'startinsert' -c 'nmap <C-c> :w !xsel -ib<CR>:qa!<CR>' @@ -758,7 +758,7 @@ - alacritty -e nvim + alacritty -e vim diff --git a/X11/rofi/pass.edit b/X11/rofi/pass.edit index bfbdc31..03ba569 100755 --- a/X11/rofi/pass.edit +++ b/X11/rofi/pass.edit @@ -16,5 +16,5 @@ fi # Use detected terminal emulator to edit password coproc ( - EDITOR=nvim $terminal -e pass edit $1 && $(dirname $0)/pass.get $1 + EDITOR=vim $terminal -e pass edit $1 && $(dirname $0)/pass.get $1 ) -- cgit v1.2.3-70-g09d2