라벨이 mouse인 게시물 표시

우분투 terminator 에서 파일 경로 클릭시 vscode 에서 열기

발단 우분투 터미널에서 마우스 클릭시 vscode 가 실행되게 하고 싶다! vscode 내의 터미널에서는 되는건데! vscode 의 터미널을 별도의 창으로 분리할 수 없으니! 그래서 되게 했습니다!? 설정 터미네이터 플러그인 온갖 삽질하다가 터미네이터 플러그인 페이지 발견...허탈..여기에 답이 있네요. https://github.com/mchelem/terminator-editor-plugin editor_plugin: Click on file:line style links to launch a text editor 3rd party plugin 에 딱 원하는게 있네요. github readme 보고 설치! .config/terminator/config  설정에서 command, match 두가지 변경. command = code --goto {filepath}:{line}:{column} match = /?([^:\n\r\f\v]+)(:([0-9]+))? grep 이나 rg 로 검색 결과 vscode 를 여는건 되는데.. 기본 텍스트 편집기를 vscode로 근데 txt 파일은 텍스트 에디터를 여네요? ㅎ 기본 텍스트 에디터를 vscode 로 변경! $ xdg-mime default code.desktop text/plain 끗!

ubuntu 16.04 bluetooth mouse problem

Sometime disconect bluetooth mouse with below kernel logs [511823.372861] hid-generic 0005:045E:07A2.001F: unknown main item tag 0x0 [511823.373033] input: Microsoft Sculpt Comfort Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/bluetooth/hci1/hci1:71/0005:045E:07A2.001F/input/input45 [511823.373832] hid-generic 0005:045E:07A2.001F: input,hidraw0: BLUETOOTH HID v1.29 Mouse [Microsoft Sculpt Comfort Mouse] on 00:1a:7d:da:71:13 So I found a solution from stackexchange reference : http://unix.stackexchange.com/questions/177998/bluetooth-mouse-disconnects I just do the first solution on my ubuntu 16.04 uname -a Linux deskop 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux sjpark:/home2/sjpark/work/alpha/Alpha$ sudo vi /etc/bluetooth/input.conf [sudo] password for sjpark: sjpark:/home2/sjpark/work/alpha/Alpha$ sudo /etc/init.d/bluetooth restart [ ok ] Restarting bluetooth (via systemctl): bluetooth.service. ...

이 블로그의 인기 게시물

WSL2 Ubuntu 20.04 및 네트워크 설정

구글 시트에 여러 행 한번에 추가하기

리눅스 멀티코어를 사용하는 tar 압축/해제