Skip to content

Commit c5c4bb8

Browse files
committed
Consistency
1 parent 4e61e11 commit c5c4bb8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.org

+8-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@ Here is a small collection of shell scripts which I have written to automate som
2222

2323
Many of these scripts are based around menus. I can hit a certain key combination to run a script, which gives me a menu and an action based on the option I select. The program used to display the menu depends on an argument. I usually use =rofi=, and therefore pass =rofi -dmenu -i -p= as the argument.
2424

25-
- =menu-change-colourscheme=: selects and applies a systemwide (alacritty and neovim) colourscheme using the =colourscheme= script.
26-
- =menu-edit-config=: opens the selected config file in a text editor specified by the second argument.
25+
- =menu-change-colourscheme=
26+
27+
Selects and applies a systemwide (currently only alacritty and neovim) colourscheme using the =colourscheme= script.
28+
29+
- =menu-edit-config=
30+
31+
Opens the selected config file in a text editor specified by the second argument.
32+
2733
- =menu-edit-script=
2834

2935
Displays a list of all files in my =.scripts= directory. The selected file is opened in the text editor specified by the second argument.

0 commit comments

Comments
 (0)