change de compositor manager from comptom to xcompmgr
This commit is contained in:
parent
dcbf1bfccc
commit
dfe7c13b25
|
@ -7,7 +7,8 @@ nitrogen --restore
|
||||||
lxpolkit &
|
lxpolkit &
|
||||||
|
|
||||||
# Compositor manager
|
# Compositor manager
|
||||||
compton -b
|
#compton -b
|
||||||
|
xcompmgr -c -r -o -l -t -C -n &
|
||||||
|
|
||||||
# Simple panel
|
# Simple panel
|
||||||
tint2 &
|
tint2 &
|
||||||
|
|
|
@ -131,9 +131,10 @@ OPENBOX_LIST = ('openbox\n'
|
||||||
'pnmixer\n'
|
'pnmixer\n'
|
||||||
'gmrun\n'
|
'gmrun\n'
|
||||||
'nitrogen\n'
|
'nitrogen\n'
|
||||||
'compton\n'
|
#'compton\n'
|
||||||
'compton-conf\n'
|
#'compton-conf\n'
|
||||||
'compton-conf-l10n\n'
|
#'compton-conf-l10n\n'
|
||||||
|
'xcompmgr\n' #Effective lighter composer
|
||||||
'xarchiver\n'
|
'xarchiver\n'
|
||||||
'lxsession-logout\n'
|
'lxsession-logout\n'
|
||||||
'lxappearance\n'
|
'lxappearance\n'
|
||||||
|
|
Loading…
Reference in New Issue