Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
lib/ | H | 12-Nov-2019 | - | 2,036 | 1,632 | |
locale/ | H | 12-Nov-2019 | - | 101 | 100 | |
src/ | H | 12-Nov-2019 | - | 902 | 593 | |
LICENSE | H A D | 12-Nov-2019 | 1.2 KiB | 23 | 19 | |
README.md | H A D | 12-Nov-2019 | 705 | 35 | 21 | |
dsbautostart.desktop | H A D | 12-Nov-2019 | 157 | 9 | 8 | |
dsbautostart.pro | H A D | 12-Nov-2019 | 1.7 KiB | 70 | 56 | |
readme.mdoc | H A D | 12-Nov-2019 | 782 | 30 | 28 |
README.md
1 2# ABOUT 3 4**DSBAutostart** 5is a Qt program that allows you to add commands to be executed at session start. 6 7# INSTALLATION 8 9## Dependencies 10 11**DSBAutostart** 12depends on 13*devel/qt5-buildtools*, *devel/qt5-core*, *devel/qt5-linguisttools*, 14*devel/qt5-qmake*, *x11-toolkits/qt5-gui*, 15and 16*x11-toolkits/qt5-widgets* 17 18## Getting the source code 19 20 # git clone https://github.com/mrclksr/DSBAutostart.git 21 # git clone https://github.com/mrclksr/dsbcfg.git 22 23## Building and installation 24 25 # cd DSBAutostart && qmake && make 26 # make install 27 28# SETUP 29 30Add the following command to your ~/.xinitrc, or to your window manager's 31startup script (e.g. ~/.config/openbox/autostart.sh): 32 33 sh ~/.config/DSB/autostart.sh& 34 35
readme.mdoc
1.Dd $Mdocdate$ 2.Dt DSBAutostart 3.Sh ABOUT 4.Nm DSBAutostart 5is a Qt program that allows you to add commands to be executed at session start. 6.Sh INSTALLATION 7.Ss Dependencies 8.Nm 9depends on 10.Em devel/qt5-buildtools , devel/qt5-core , devel/qt5-linguisttools , 11.Em devel/qt5-qmake , x11-toolkits/qt5-gui , 12and 13.Em x11-toolkits/qt5-widgets 14.Ss Getting the source code 15.Bd -literal 16# git clone https://github.com/mrclksr/DSBAutostart.git 17# git clone https://github.com/mrclksr/dsbcfg.git 18.Ss Building and installation 19.Bd -literal 20# cd DSBAutostart && qmake && make 21# make install 22.Ed 23.Sh SETUP 24Add the following command to your ~/.xinitrc, or to your window manager's 25startup script (e.g. ~/.config/openbox/autostart.sh): 26.Bd -literal -offset indet 27sh ~/.config/DSB/autostart.sh& 28.Ed 29 30