File tree Expand file tree Collapse file tree
usr/share/bigbashview/bcc/apps/drivers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments