Compare commits

..

No commits in common. "ff41a90af11031cd3f31e879d10dd824b63453d0" and "298af1063952401614d532d0fef89ec5054a742d" have entirely different histories.

2 changed files with 1 additions and 11 deletions

View file

@ -16,16 +16,6 @@ riverctl map normal $mod+Shift K swap previous
riverctl map normal $mod+Shift Down swap next
riverctl map normal $mod+Shift Up swap previous
riverctl map normal $mod+Control J focus-output next
riverctl map normal $mod+Control K focus-output previous
riverctl map normal $mod+Control Down focus-output next
riverctl map normal $mod+Control Up focus-output previous
riverctl map normal $mod+Control+Shift J send-to-output next
riverctl map normal $mod+Control+Shift K send-to-output previous
riverctl map normal $mod+Control+Shift Down send-to-output next
riverctl map normal $mod+Control+Shift Up send-to-output previous
riverctl map normal $mod H send-layout-cmd stacktile "primary_ratio -0.05"
riverctl map normal $mod L send-layout-cmd stacktile "primary_ratio +0.05"
riverctl map normal $mod Left send-layout-cmd stacktile "primary_ratio -0.05"

View file

@ -35,7 +35,7 @@ li {
</style>
"
fi
cat "$1" | sed 's/ -> / → /g' | cmark --unsafe --smart
cat "$1" | sed 's/ -> / → /g' | cmark --unsafe
}
format="$1"