diff options
| author | kj_sh604 | 2025-12-29 22:51:52 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-29 22:51:52 -0500 |
| commit | 7b6b9668d2f590da476098bf1ef272c0aa697d5a (patch) | |
| tree | 40931a01cb788f4b8012d74bfd2b075c694a8104 | |
| parent | b8d6d9a1bb88444f592c04cd7f40de31b7516c6e (diff) | |
refactor: use hexadecimal workspace naming
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index c4b5963..494855a 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | |||
| @@ -90,7 +90,12 @@ | |||
| 90 | <value type="string" value="7"/> | 90 | <value type="string" value="7"/> |
| 91 | <value type="string" value="8"/> | 91 | <value type="string" value="8"/> |
| 92 | <value type="string" value="9"/> | 92 | <value type="string" value="9"/> |
| 93 | <value type="string" value="0"/> | 93 | <value type="string" value="A"/> |
| 94 | <value type="string" value="B"/> | ||
| 95 | <value type="string" value="C"/> | ||
| 96 | <value type="string" value="D"/> | ||
| 97 | <value type="string" value="E"/> | ||
| 98 | <value type="string" value="F"/> | ||
| 94 | </property> | 99 | </property> |
| 95 | <property name="vblank_mode" type="string" value="auto"/> | 100 | <property name="vblank_mode" type="string" value="auto"/> |
| 96 | </property> | 101 | </property> |
