<command>lxqt-runner</command>
</action>
</keybind>
- <keybind key="C-W-F2">
+ <keybind key="C-W-F2 XF86AudioLowerVolume">
<action name="Execute">
<command>pactl set-sink-volume @DEFAULT_SINK@ -5%</command>
</action>
</keybind>
- <keybind key="C-W-F3">
+ <keybind key="C-W-F3 XF86AudioRaiseVolume">
<action name="Execute">
<command>pactl set-sink-volume @DEFAULT_SINK@ +5%</command>
</action>
</keybind>
- <keybind key="C-W-F1 W-m">
+ <keybind key="C-W-F1 W-m XF86AudioMute">
<action name="Execute">
<command>pactl set-sink-mute @DEFAULT_SINK@ toggle</command>
</action>
is_file_dirty() {
! git diff-files --quiet -- "${1}" 2>/dev/null \
- || [[ $(git ls-files --others -- "${1}") ]]
+ || [[ -n $(git ls-files --others -- "${1}") ]]
}
sync_to_tree() {