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 /.config/xfce4/xfconf | |
| parent | b8d6d9a1bb88444f592c04cd7f40de31b7516c6e (diff) | |
refactor: use hexadecimal workspace naming
Diffstat (limited to '.config/xfce4/xfconf')
| -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 @@ <value type="string" value="7"/> <value type="string" value="8"/> <value type="string" value="9"/> - <value type="string" value="0"/> + <value type="string" value="A"/> + <value type="string" value="B"/> + <value type="string" value="C"/> + <value type="string" value="D"/> + <value type="string" value="E"/> + <value type="string" value="F"/> </property> <property name="vblank_mode" type="string" value="auto"/> </property> |
