diff options
| author | kj_sh604 | 2026-01-01 03:51:51 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-01-01 03:51:51 -0500 |
| commit | a0c40a200daab807f3a8fe08183d21015d3f76d6 (patch) | |
| tree | 148823a49488337f78c7464d64ac4a0a6d954a8a | |
| parent | e70cc709f565b35c6f54d16bc597bf03494a6465 (diff) | |
refactor: remove full path call
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index a3f2ad6..ca2c17f 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -62,7 +62,7 @@ <property name="Print" type="string" value="xfce4-screenshooter -f --mouse"/> <property name="<Shift>Print" type="string" value="xfce4-screenshooter -r --mouse"/> <property name="<Super>Print" type="string" value="xfce4-screenshooter -w --mouse"/> - <property name="<Super>c" type="string" value="/home/kylert/.local/bin/toggle-xfwm4-compositor"/> + <property name="<Super>c" type="string" value="toggle-xfwm4-compositor"/> </property> </property> <property name="xfwm4" type="empty"> |
