어쩌다보니 5120 x 1440 디스플레이를 사용하게 되어... 이를 더 맛있게 활용할 방법이 없을까 생각했다.
막상 화면이 크다보니 기존에 화면을 분할하면서 사용하던 방식이 반반만 되어서 쓸데없이 공간을 낭비한다는 생각이 들었다.
그래서 우분투에서 3분할, 4분할 맘대로 정할 수 있는 툴이 있었으면 좋겠는데 하고 찾아봤는데?
역시 누가 잘 만든 툴이 있었다. 개꿀~
바로 gTIle이라는 툴이다. 개툴~
https://github.com/gTile/gTile
GitHub - gTile/gTile: A window tiling extension for Gnome. This is the new official home of the vibou.gTile extension.
A window tiling extension for Gnome. This is the new official home of the vibou.gTile extension. - GitHub - gTile/gTile: A window tiling extension for Gnome. This is the new official home of the vi...
github.com
깃 클론한다음에 아래 코드를 실행시켜보자. 아 참 bazel을 설치해야함 여기서 설치바람=> https://bazel.build/install/ubuntu
sudo apt install bazel-5.0.0
/usr/bin/bazel-5.0.0 run :install-extension
(2023.01.17) bazel version 위처럼 5.0.0으로 해야함
아 그리고 다 진행하면 실행은 gnome tweaks에서 실행시켜야 하므로 gnome tweak tool을 설치해주자
sudo apt-get install gnome-tweak-tool -y
다 설치하면 application search창에 gnome tweak을 쳐보자
Extenstions에 들어가서 Gtile을 활성화 시켜주면 끝이다.
그리고 이제 분할하고 싶은 화면을 두고 Super + Enter 누르면 활성화 된다.
끜