Remind moved to the panel, Ctrl+Alt+tab, r.
This commit is contained in:
parent
f41741866a
commit
ebe5dcf404
9
i38.sh
9
i38.sh
@ -591,6 +591,11 @@ mode "panel" {
|
|||||||
# System information bound to s
|
# System information bound to s
|
||||||
bindsym s exec --no-startup-id ${i3Path}/scripts/sysinfo.sh, mode "default"
|
bindsym s exec --no-startup-id ${i3Path}/scripts/sysinfo.sh, mode "default"
|
||||||
|
|
||||||
|
$(if command -v remind &> /dev/null ; then
|
||||||
|
echo "# Reminders bound to r"
|
||||||
|
echo "bindsym r exec --no-startup-id ${i3Path}/scripts/reminder.sh, mode \"default\""
|
||||||
|
fi)
|
||||||
|
|
||||||
# Simple notes system bound to n
|
# Simple notes system bound to n
|
||||||
bindsym n exec --no-startup-id ${i3Path}/scripts/notes.py, mode "default"
|
bindsym n exec --no-startup-id ${i3Path}/scripts/notes.py, mode "default"
|
||||||
|
|
||||||
@ -625,10 +630,6 @@ $(if command -v mumble &> /dev/null ; then
|
|||||||
echo "# Mumble bound to m"
|
echo "# Mumble bound to m"
|
||||||
echo "bindsym m exec $(command -v mumble), mode \"default\""
|
echo "bindsym m exec $(command -v mumble), mode \"default\""
|
||||||
fi)
|
fi)
|
||||||
$(if command -v remind &> /dev/null ; then
|
|
||||||
echo "# Reminders bound to r"
|
|
||||||
echo "bindsym r exec --no-startup-id ${i3Path}/scripts/reminder.sh, mode \"default\""
|
|
||||||
fi)
|
|
||||||
$(if command -v ocrdesktop &> /dev/null ; then
|
$(if command -v ocrdesktop &> /dev/null ; then
|
||||||
echo "# OCR desktop bound to print screen alternative \$mod+r"
|
echo "# OCR desktop bound to print screen alternative \$mod+r"
|
||||||
echo "bindsym Print exec $(command -v ocrdesktop) -b, mode \"default\""
|
echo "bindsym Print exec $(command -v ocrdesktop) -b, mode \"default\""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user