sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 058288caca27dae70c5a0a8e614aac0344e6d293
parent 318f1878fb8872bc91c8c88db9ffbf15961bf743
Author: efe <efe@efe.kim>
Date:   Sat,  5 Jan 2019 15:27:45 -0500

fix markup syntax

Diffstat:
Mdwm.suckless.org/status_monitor/index.md | 10+++++-----
Mtools.suckless.org/dmenu/scripts/index.md | 6+++---
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dwm.suckless.org/status_monitor/index.md b/dwm.suckless.org/status_monitor/index.md @@ -74,14 +74,14 @@ Helper Functions In The Shell * wifi status (interface wlp3s0): `cat /sys/class/net/wlp3s0/opestate` * CPU temperature: `sed 's/000$/°C/' /sys/class/thermal/thermal_zone0/temp` - Alternatively you can use `acpi -t` or `sensors` from lm-sensors - package. For older systems you can get the cpu temperature from - `/proc/acpi/thermal_zone/THM0/temperature` + Alternatively you can use `acpi -t` or `sensors` from lm-sensors + package. For older systems you can get the cpu temperature from + `/proc/acpi/thermal_zone/THM0/temperature` * Remaining battery: `cat /sys/class/power_supply/BAT0/capacity` - Alternatively you can use `acpi -b`. For older systems you can get - the battery capacity from `/proc/acpi/battery/BAT0/state`. + Alternatively you can use `acpi -b`. For older systems you can get + the battery capacity from `/proc/acpi/battery/BAT0/state`. Using shell scripts very well leads to big scripts, which pull in unneeded dependencies. One solution for this is to write everything in C, which is much diff --git a/tools.suckless.org/dmenu/scripts/index.md b/tools.suckless.org/dmenu/scripts/index.md @@ -11,13 +11,13 @@ Download * [dbrowse](https://github.com/clamiax/scripts/blob/master/src/dbrowse): little files navigator * [dmenu_pass](http://efe.kim/files/scripts/dmenu_pass): A simpler pass menu - implementation (ignores subfolders). -* [dmenu_path_recent](https://github.com/ema/dotfiles/blob/master/bin/dmenu_path): + implementation. +* [dmenu\_path\_recent](https://github.com/ema/dotfiles/blob/master/bin/dmenu_path): dmenu_path implementation listing recent commands first. Similar to [run-recent](run-recent), but it uses atime to find recently executed commands rather than a cache. As such, it also takes into account programs executed from the terminal. -* [dmenu_run_history](dmenu_run_with_command_history): +* [dmenu\_run\_history](dmenu_run_with_command_history): dmenu_run alternative with command history * [dmenu_websearch](http://efe.kim/files/scripts/dmenu_websearch): browser independent address bar