Compare commits
2 commits
298af10639
...
ff41a90af1
Author | SHA1 | Date | |
---|---|---|---|
ff41a90af1 | |||
17b34215aa |
2 changed files with 11 additions and 1 deletions
|
@ -16,6 +16,16 @@ riverctl map normal $mod+Shift K swap previous
|
||||||
riverctl map normal $mod+Shift Down swap next
|
riverctl map normal $mod+Shift Down swap next
|
||||||
riverctl map normal $mod+Shift Up swap previous
|
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 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 L send-layout-cmd stacktile "primary_ratio +0.05"
|
||||||
riverctl map normal $mod Left send-layout-cmd stacktile "primary_ratio -0.05"
|
riverctl map normal $mod Left send-layout-cmd stacktile "primary_ratio -0.05"
|
||||||
|
|
|
@ -35,7 +35,7 @@ li {
|
||||||
</style>
|
</style>
|
||||||
"
|
"
|
||||||
fi
|
fi
|
||||||
cat "$1" | sed 's/ -> / → /g' | cmark --unsafe
|
cat "$1" | sed 's/ -> / → /g' | cmark --unsafe --smart
|
||||||
}
|
}
|
||||||
|
|
||||||
format="$1"
|
format="$1"
|
||||||
|
|
Loading…
Reference in a new issue