diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-02-19 23:58:41 -0500 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-02-19 23:58:41 -0500 |
| commit | fae8012678b794fe2504b5b550132400a38a7f47 (patch) | |
| tree | 2b70857b6f501233c5ab877339fe27a5371299e6 | |
| parent | fd144819d14692f71696f135ab5c672ef360fbe8 (diff) | |
refactor: switch keybinds around
since I use the tearfree toggle more than the compositor toggle
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 4 |
1 files changed, 2 insertions, 2 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 d654645..92a7b76 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -60,10 +60,10 @@ <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="toggle-xfwm4-compositor"/> <property name="<Primary><Alt>Delete" type="string" value="xterm -geometry 95x28 -e htop"/> <property name="<Primary><Shift>Escape" type="string" value="gnome-system-monitor"/> - <property name="<Alt><Super>c" type="string" value="amdgpu-toggle-tearfree-x11"/> + <property name="<Super>c" type="string" value="amdgpu-toggle-tearfree-x11"/> + <property name="<Alt><Super>c" type="string" value="toggle-xfwm4-compositor"/> </property> </property> <property name="xfwm4" type="empty"> |
