From 3617b1723c8d421099aadab6a6ba355c8792923e Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 1 Feb 2022 13:43:51 +0800 Subject: [PATCH] bash: abduco: start dvtm with mouse enabled --- .bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_profile b/.bash_profile index beda002..9458137 100644 --- a/.bash_profile +++ b/.bash_profile @@ -44,6 +44,7 @@ export LESS='-S -R' export LESSHISTFILE=- export EDITOR=vim export DVTM_PAGER=less +export ABDUCO_CMD="dvtm -M" export GDK_BACKEND=wayland export QT_QPA_PLATFORM=wayland-egl export SDL_VIDEODRIVER=wayland -- 2.43.0