Skip to content

Commit 967a2fa

Browse files
committed
Work with mhwd
1 parent c404492 commit 967a2fa

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

usr/share/bigbashview/bcc/apps/drivers/index.sh.htm

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,11 @@
8282
# Open terminal and install driver
8383
#################################
8484
if [ "$install_video_now" != "" ]; then
85-
ACTION="install_video_now"
86-
DRIVER="$install_video_now"
87-
sh_run_action "$ACTION"
85+
ACTION="install_video_now" DRIVER="$install_video_now" WINDOW_ID="$(xprop -root '\t$0' _NET_ACTIVE_WINDOW | cut -f 2)" urxvt +sb -internalBorder 1 -borderColor rgb:00/22/40 -depth 32 -fg rgb:00/ff/ff -bg rgb:00/22/40 -fn "xft:Ubuntu Mono:pixelsize=18" -embed $(xprop -root '\t$0' _NET_ACTIVE_WINDOW | cut -f 2) -sr -bc -e ./install_terminal.sh
8886
fi
8987

9088
if [ "$remove_video_now" != "" ]; then
91-
ACTION="remove_video_now"
92-
DRIVER="$remove_video_now"
93-
sh_run_action "$ACTION"
89+
ACTION="remove_video_now" DRIVER="$remove_video_now" WINDOW_ID="$(xprop -root '\t$0' _NET_ACTIVE_WINDOW | cut -f 2)" urxvt +sb -internalBorder 1 -borderColor rgb:00/22/40 -depth 32 -fg rgb:00/ff/ff -bg rgb:00/22/40 -fn "xft:Ubuntu Mono:pixelsize=18" -embed $(xprop -root '\t$0' _NET_ACTIVE_WINDOW | cut -f 2) -sr -bc -e ./install_terminal.sh
9490
fi
9591

9692
if [ "$install_pkg_pamac" != "" ]; then

0 commit comments

Comments
 (0)