Compare commits

..

2 commits

Author SHA1 Message Date
ff41a90af1 exportmd: Smartypants 2022-05-13 22:49:19 -03:00
17b34215aa river: Keybindings de outputs 2022-05-13 22:47:06 -03:00
2 changed files with 11 additions and 1 deletions

View file

@ -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"

View file

@ -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"