diff options
| author | kj_sh604 | 2026-01-01 05:17:31 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-01-01 05:17:31 -0500 |
| commit | 70b408943696b3f18ed920fe67eb331561902e09 (patch) | |
| tree | 42cfc225d627e9dd3b2dfcc0345263ea44f50f2a | |
| parent | a0c40a200daab807f3a8fe08183d21015d3f76d6 (diff) | |
refactor: change htop command
| -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 ca2c17f..a265310 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | |||
| @@ -52,7 +52,6 @@ | |||
| 52 | <property name="<Super>period" type="string" value="dmenu-emoji-picker"/> | 52 | <property name="<Super>period" type="string" value="dmenu-emoji-picker"/> |
| 53 | <property name="<Primary><Super>Delete" type="string" value="gnome-system-monitor"/> | 53 | <property name="<Primary><Super>Delete" type="string" value="gnome-system-monitor"/> |
| 54 | <property name="<Shift>space" type="string" value="xfce4-popup-whiskermenu"/> | 54 | <property name="<Shift>space" type="string" value="xfce4-popup-whiskermenu"/> |
| 55 | <property name="<Primary><Alt>Delete" type="string" value="xfce4-terminal -e htop"/> | ||
| 56 | <property name="<Shift><Super>l" type="string" value="xflock4"/> | 55 | <property name="<Shift><Super>l" type="string" value="xflock4"/> |
| 57 | <property name="<Super>l" type="string" value="xflock4"/> | 56 | <property name="<Super>l" type="string" value="xflock4"/> |
| 58 | <property name="<Super>x" type="string" value="xkill"/> | 57 | <property name="<Super>x" type="string" value="xkill"/> |
| @@ -63,6 +62,7 @@ | |||
| 63 | <property name="<Shift>Print" type="string" value="xfce4-screenshooter -r --mouse"/> | 62 | <property name="<Shift>Print" type="string" value="xfce4-screenshooter -r --mouse"/> |
| 64 | <property name="<Super>Print" type="string" value="xfce4-screenshooter -w --mouse"/> | 63 | <property name="<Super>Print" type="string" value="xfce4-screenshooter -w --mouse"/> |
| 65 | <property name="<Super>c" type="string" value="toggle-xfwm4-compositor"/> | 64 | <property name="<Super>c" type="string" value="toggle-xfwm4-compositor"/> |
| 65 | <property name="<Primary><Alt>Delete" type="string" value="xterm -geometry 95x28 -e htop"/> | ||
| 66 | </property> | 66 | </property> |
| 67 | </property> | 67 | </property> |
| 68 | <property name="xfwm4" type="empty"> | 68 | <property name="xfwm4" type="empty"> |
