bemenu -> wmenu
This commit is contained in:
		| @@ -3,13 +3,13 @@ export WMENU_VOPTS="\ | ||||
| -i \ | ||||
| -f '{{ .theme.font.name_mono }} {{ math.Add .theme.font.size_base_pt .theme.font.size_step_pt }}' \ | ||||
| -n {{ .theme.color.fg }} -N {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ | ||||
| -m {{ .theme.color.fg_accent }} -M {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ | ||||
| -s {{ .theme.color.fg_accent }} -S {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ | ||||
| -m {{ .theme.color.fg }} -M {{ .theme.color.bg }}{{ math.Mul .theme.opacity.high 255 | conv.ToInt64 | printf "%02X" }} \ | ||||
| -s {{ .theme.color.fg }} -S {{ .theme.color.bg_accent_light }} \ | ||||
| " | ||||
| export WMENU_HOPTS="\ | ||||
| -i \ | ||||
| -f '{{ .theme.font.name_mono }} {{ math.Add .theme.font.size_base_pt .theme.font.size_step_pt }}' \ | ||||
| -n {{ .theme.color.fg }} -N {{ .theme.color.bg }} \ | ||||
| -m {{ .theme.color.fg_accent }} -M {{ .theme.color.bg }} \ | ||||
| -s {{ .theme.color.fg_accent }} -S {{ .theme.color.bg }} \ | ||||
| -m {{ .theme.color.fg }} -M {{ .theme.color.bg }} \ | ||||
| -s {{ .theme.color.fg }} -S {{ .theme.color.bg_accent_light }} \ | ||||
| " | ||||
|   | ||||
| @@ -191,6 +191,7 @@ bindsym --to-code { | ||||
| 	XF86Calculator exec .local/bin/menu/run-calc.sh calc tui | ||||
| 	# basic scripts | ||||
| 	$mod+Return exec alacritty msg create-window | ||||
| 	$altmod+Return exec alacritty | ||||
| 	$mod+Colon exec ~/.local/bin/sway/command-mode.sh | ||||
| 	$mod+Space exec ~/.local/bin/menu/run.sh | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user