Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 741 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 741 Bytes

gswitch-gui

Hello!

I thought it would be fun to write a GUI application to the command line script "gswitch" I recently made, to make it easier and faster to use. I've never written any QT applications before and took this as a fun learning experiment that can benefit others at the same time.

Screenshot_20190519_2056

I'll explain how you can clone this project and build this yourselves!

sudo apt-get install -y build-essentials qt5-default
git clone https://github.com/karli-sjoberg/gswitch-gui
cd gswitch-gui
mkdir build
cd build
qmake ../Gswitch-GUI.pro
make
make clean
./Gswitch-GUI