fix xfce settings
This commit is contained in:
parent
0efed2b272
commit
8afbd59c8c
2 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
</property>
|
||||
<property name="backdrop" type="empty">
|
||||
<property name="screen0" type="empty">
|
||||
<property name="monitorVirtual1" type="empty">
|
||||
<property name="monitor#-xfcedisplay()-#" type="empty">
|
||||
<property name="workspace0" type="empty">
|
||||
#?ini(profile.appearance-wallpaper)!=#
|
||||
<property name="last-image" type="string" value="#-ini(profile.appearance-wallpaper)-#"/>
|
||||
|
|
4
scripts/functions/xfcedisplay.sh
Executable file
4
scripts/functions/xfcedisplay.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
monitor=$(grep -o 'Output .* connected' /var/log/Xorg.0.log | head -n 1)
|
||||
echo ${monitor:7:-10}
|
Loading…
Add table
Reference in a new issue