diff options
| author | kj_sh604 | 2026-02-19 23:58:41 -0500 |
|---|---|---|
| committer | kj_sh604 | 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 @@ | |||
| 60 | <property name="Print" type="string" value="xfce4-screenshooter -f --mouse"/> | 60 | <property name="Print" type="string" value="xfce4-screenshooter -f --mouse"/> |
| 61 | <property name="<Shift>Print" type="string" value="xfce4-screenshooter -r --mouse"/> | 61 | <property name="<Shift>Print" type="string" value="xfce4-screenshooter -r --mouse"/> |
| 62 | <property name="<Super>Print" type="string" value="xfce4-screenshooter -w --mouse"/> | 62 | <property name="<Super>Print" type="string" value="xfce4-screenshooter -w --mouse"/> |
| 63 | <property name="<Super>c" type="string" value="toggle-xfwm4-compositor"/> | ||
| 64 | <property name="<Primary><Alt>Delete" type="string" value="xterm -geometry 95x28 -e htop"/> | 63 | <property name="<Primary><Alt>Delete" type="string" value="xterm -geometry 95x28 -e htop"/> |
| 65 | <property name="<Primary><Shift>Escape" type="string" value="gnome-system-monitor"/> | 64 | <property name="<Primary><Shift>Escape" type="string" value="gnome-system-monitor"/> |
| 66 | <property name="<Alt><Super>c" type="string" value="amdgpu-toggle-tearfree-x11"/> | 65 | <property name="<Super>c" type="string" value="amdgpu-toggle-tearfree-x11"/> |
| 66 | <property name="<Alt><Super>c" type="string" value="toggle-xfwm4-compositor"/> | ||
| 67 | </property> | 67 | </property> |
| 68 | </property> | 68 | </property> |
| 69 | <property name="xfwm4" type="empty"> | 69 | <property name="xfwm4" type="empty"> |
