• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/H12-Nov-2019-2,0361,632

locale/H12-Nov-2019-101100

src/H12-Nov-2019-902593

LICENSEH A D12-Nov-20191.2 KiB2319

README.mdH A D12-Nov-2019705 3521

dsbautostart.desktopH A D12-Nov-2019157 98

dsbautostart.proH A D12-Nov-20191.7 KiB7056

readme.mdocH A D12-Nov-2019782 3028

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