picom doesn't accept positional arguments
This commit is contained in:
parent
602fbec7e7
commit
d85a655941
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
# mabox-picom
|
||||
# mabox-compositor
|
||||
# Openbox Pipe Menu for use with picom compositor
|
||||
# Written for CrunchBang Linux <http://crunchbang.org/>
|
||||
# by Philip Newborough <corenominal@corenominal.org>
|
||||
@ -34,9 +34,9 @@ esac
|
||||
|
||||
# ------------- Set xcompmgr command options -----------------------------------
|
||||
EXECXCOMP='picom'
|
||||
if glxinfo | egrep -iq 'direct rendering: yes'; then
|
||||
EXECXCOMP+=' --vsync opengl'
|
||||
fi
|
||||
#if glxinfo | egrep -iq 'direct rendering: yes'; then
|
||||
# EXECXCOMP+=' --vsync opengl'
|
||||
#fi
|
||||
|
||||
# Edit xcompmgr settings
|
||||
if [[ $1 = '--edit' ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user