diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-02-21 17:46:33 -0500 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-02-21 17:46:33 -0500 |
| commit | e665cb6cdb0cff7f5cb24c1c3a13709bef25ef8b (patch) | |
| tree | 0164f2def1a93c37a616309bed366340c36fbbcf | |
| parent | 8ba965027325426fa95a2df6af46fb90300ac79a (diff) | |
refactor: add do-not-disturb toggle
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 1 |
1 files changed, 1 insertions, 0 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 92a7b76..11ecd8b 100644 --- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -64,6 +64,7 @@ <property name="<Primary><Shift>Escape" type="string" value="gnome-system-monitor"/> <property name="<Super>c" type="string" value="amdgpu-toggle-tearfree-x11"/> <property name="<Alt><Super>c" type="string" value="toggle-xfwm4-compositor"/> + <property name="<Super>n" type="string" value="xfconf-query -c xfce4-notifyd -p /do-not-disturb -T"/> </property> </property> <property name="xfwm4" type="empty"> |
