.xinitrc: Fix wpgen invocation
This commit is contained in:
2
.wpgen
2
.wpgen
Submodule .wpgen updated: e892a42897...8922d4ebc5
5
.xinitrc
5
.xinitrc
@@ -1,7 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -x "$HOME/.wpgen/wpgen" ]; then
|
||||
"$HOME/.wpgen/wpgen"
|
||||
resolutions=($(xrandr -q | grep '*' | awk '{print $1}'))
|
||||
for res in ${resolutions[@]}; do
|
||||
"$HOME/.wpgen/wpgen" "$res"
|
||||
done
|
||||
fi
|
||||
if [ -x "$HOME/.config/conky/gen.sh" ]; then
|
||||
"$HOME/.config/conky/gen.sh"
|
||||
|
Reference in New Issue
Block a user